config/flake.lock

361 lines
9.1 KiB
Plaintext
Raw Normal View History

2023-03-30 16:33:03 +03:00
{
"nodes": {
2023-04-14 14:12:45 +03:00
"agenix": {
"inputs": {
"darwin": [],
2023-08-18 13:47:27 +03:00
"home-manager": [
"home-manager"
],
2023-04-14 14:12:45 +03:00
"nixpkgs": [
"nixpkgs"
],
"systems": "systems"
2023-04-14 14:12:45 +03:00
},
"locked": {
"lastModified": 1718371084,
"narHash": "sha256-abpBi61mg0g+lFFU0zY4C6oP6fBwPzbHPKBGw676xsA=",
2023-04-14 14:12:45 +03:00
"owner": "ryantm",
"repo": "agenix",
"rev": "3a56735779db467538fb2e577eda28a9daacaca6",
2023-04-14 14:12:45 +03:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2023-03-30 16:33:03 +03:00
"deploy-rs": {
"inputs": {
2023-10-01 22:45:00 +03:00
"flake-compat": [
"flake-compat"
],
2023-03-30 16:33:03 +03:00
"nixpkgs": [
"nixpkgs"
],
"utils": [
"flake-utils"
]
},
"locked": {
"lastModified": 1718194053,
"narHash": "sha256-FaGrf7qwZ99ehPJCAwgvNY5sLCqQ3GDiE/6uLhxxwSY=",
2023-03-30 16:33:03 +03:00
"owner": "serokell",
"repo": "deploy-rs",
"rev": "3867348fa92bc892eba5d9ddb2d7a97b9e127a8a",
2023-03-30 16:33:03 +03:00
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
2024-01-17 13:17:19 +02:00
"e11sync": {
"inputs": {
"flake-compat": [
"flake-compat"
],
"flake-utils": [
"flake-utils"
],
"geoip2-tarball": "geoip2-tarball",
"gitignore": [
"gitignore"
],
"nixpkgs": [
"nixpkgs"
],
"pre-commit-hooks": [
"pre-commit-hooks"
]
},
"locked": {
"lastModified": 1717586525,
"narHash": "sha256-wnUwdn3sI2SFauM21CZGj9GCJxSTa6huBU6D4cwlNtU=",
2024-01-17 13:17:19 +02:00
"ref": "refs/heads/main",
"rev": "ece51ae1d4c39d98e6a54e03b71413779996b3ff",
"revCount": 188,
2024-01-17 13:17:19 +02:00
"type": "git",
"url": "https://git.jakstys.lt/motiejus/e11sync"
},
"original": {
"type": "git",
"url": "https://git.jakstys.lt/motiejus/e11sync"
}
},
2023-03-30 16:33:03 +03:00
"flake-compat": {
"locked": {
"lastModified": 1717312683,
"narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=",
2023-10-01 22:45:00 +03:00
"owner": "nix-community",
2023-03-30 16:33:03 +03:00
"repo": "flake-compat",
"rev": "38fd3954cf65ce6faf3d0d45cd26059e059f07ea",
2023-03-30 16:33:03 +03:00
"type": "github"
},
"original": {
2023-10-01 22:45:00 +03:00
"owner": "nix-community",
2023-03-30 16:33:03 +03:00
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
2023-04-14 14:12:45 +03:00
"inputs": {
"systems": "systems_2"
2023-04-14 14:12:45 +03:00
},
2023-03-30 16:33:03 +03:00
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
2023-03-30 16:33:03 +03:00
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
2023-03-30 16:33:03 +03:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-01-17 13:17:19 +02:00
"geoip2-tarball": {
"flake": false,
"locked": {
"lastModified": 1705308463,
"narHash": "sha256-Q+t6LnGy8R6QLugw25iC0WdVPU2C3eqZPlbvVQ9EpwE=",
"type": "tarball",
"url": "https://dl.jakstys.lt/_/2024.01.13.tar.zst"
},
"original": {
"type": "tarball",
"url": "https://dl.jakstys.lt/_/2024.01.13.tar.zst"
}
},
2023-10-01 22:45:00 +03:00
"gitignore": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
2023-10-01 22:45:00 +03:00
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
2023-10-01 22:45:00 +03:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2023-08-18 13:47:27 +03:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1720042825,
"narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
2023-08-18 13:47:27 +03:00
"owner": "nix-community",
"repo": "home-manager",
"rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
2023-08-18 13:47:27 +03:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-05-30 16:28:47 +03:00
"ref": "release-24.05",
2023-08-18 13:47:27 +03:00
"repo": "home-manager",
"type": "github"
}
},
2023-09-21 06:06:10 +03:00
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1719832725,
"narHash": "sha256-dr8DkeS74KVNTgi8BE0BiUKALb+EKlMIV86G2xPYO64=",
2023-09-21 06:06:10 +03:00
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "2917972ed34ce292309b3a4976286f8b5c08db27",
2023-09-21 06:06:10 +03:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
2023-12-14 10:10:00 +02:00
"nixgl": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1713543440,
"narHash": "sha256-lnzZQYG0+EXl/6NkGpyIz+FEOc/DSEG57AP1VsdeNrM=",
2023-12-14 10:10:00 +02:00
"owner": "guibou",
"repo": "nixGL",
"rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a",
2023-12-14 10:10:00 +02:00
"type": "github"
},
"original": {
"owner": "guibou",
"repo": "nixGL",
"type": "github"
}
},
2023-09-14 21:46:01 +03:00
"nixos-hardware": {
"locked": {
"lastModified": 1719895800,
"narHash": "sha256-xNbjISJTFailxass4LmdWeV4jNhAlmJPwj46a/GxE6M=",
2023-09-14 21:46:01 +03:00
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "6e253f12b1009053eff5344be5e835f604bb64cd",
2023-09-14 21:46:01 +03:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
2023-03-30 16:33:03 +03:00
"nixpkgs": {
"locked": {
"lastModified": 1720110830,
"narHash": "sha256-E5dN9GDV4LwMEduhBLSkyEz51zM17XkWZ3/9luvNOPs=",
2023-03-30 16:33:03 +03:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c0d0be00d4ecc4b51d2d6948e37466194c1e6c51",
2023-03-30 16:33:03 +03:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-05-30 16:28:47 +03:00
"ref": "nixos-24.05",
2023-11-15 09:20:23 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2024-07-07 20:22:27 +03:00
"nixpkgs-unstable": {
"locked": {
"lastModified": 1720031269,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-09-15 14:39:04 +03:00
"nur": {
"locked": {
"lastModified": 1720302358,
"narHash": "sha256-rTjqY94L6eQqQczKx2glCa8HlEQeoueCRCCB2gO3Vxc=",
2023-09-15 14:39:04 +03:00
"owner": "nix-community",
"repo": "NUR",
"rev": "673d935e914752452d4d87f37311be32ce5475c5",
2023-09-15 14:39:04 +03:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2023-10-01 22:45:00 +03:00
"pre-commit-hooks": {
"inputs": {
"flake-compat": [
"flake-compat"
],
2023-10-02 00:05:57 +03:00
"gitignore": [
"gitignore"
],
2023-10-01 22:45:00 +03:00
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1719259945,
"narHash": "sha256-F1h+XIsGKT9TkGO3omxDLEb/9jOOsI6NnzsXFsZhry4=",
2023-10-01 22:45:00 +03:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "0ff4381bbb8f7a52ca4a851660fc7a437a4c6e07",
2023-10-01 22:45:00 +03:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2023-03-30 16:33:03 +03:00
"root": {
"inputs": {
2023-04-14 14:12:45 +03:00
"agenix": "agenix",
2023-03-30 16:33:03 +03:00
"deploy-rs": "deploy-rs",
2024-01-17 13:17:19 +02:00
"e11sync": "e11sync",
2023-10-01 22:45:00 +03:00
"flake-compat": "flake-compat",
2023-03-30 16:33:03 +03:00
"flake-utils": "flake-utils",
2023-10-02 00:05:57 +03:00
"gitignore": "gitignore",
2023-08-18 13:47:27 +03:00
"home-manager": "home-manager",
2023-09-21 06:06:10 +03:00
"nix-index-database": "nix-index-database",
2023-12-14 10:10:00 +02:00
"nixgl": "nixgl",
2023-09-14 21:46:01 +03:00
"nixos-hardware": "nixos-hardware",
2023-09-15 14:39:04 +03:00
"nixpkgs": "nixpkgs",
2024-07-07 20:22:27 +03:00
"nixpkgs-unstable": "nixpkgs-unstable",
2023-10-01 22:45:00 +03:00
"nur": "nur",
2023-12-18 22:57:09 +02:00
"pre-commit-hooks": "pre-commit-hooks"
2023-04-05 22:48:04 +03:00
}
},
2023-04-14 14:12:45 +03:00
"systems": {
2023-04-05 22:48:04 +03:00
"locked": {
2023-04-14 14:12:45 +03:00
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
2023-04-05 22:48:04 +03:00
"type": "github"
},
"original": {
2023-04-14 14:12:45 +03:00
"owner": "nix-systems",
"repo": "default",
2023-04-05 22:48:04 +03:00
"type": "github"
2023-03-30 16:33:03 +03:00
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2023-03-30 16:33:03 +03:00
}
},
"root": "root",
"version": 7
}