feat(flake): set up flake-parts

This commit is contained in:
Felix Schröter 2023-07-22 18:49:30 +02:00
parent 672f40ecd3
commit d91a8d24d4
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 220 additions and 194 deletions

21
flake.lock generated
View file

@ -100,6 +100,26 @@
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1688466019,
"narHash": "sha256-VeM2akYrBYMsb4W/MmBo1zmaMfgbL4cH3Pu8PGyIwJ0=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "8e8d955c22df93dbe24f19ea04f47a74adbdc5ec",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@ -293,6 +313,7 @@
"inputs": {
"agenix": "agenix",
"deploy-rs": "deploy-rs",
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"home-manager": "home-manager_2",
"nixos-hardware": "nixos-hardware",