nix-config/flake.lock

134 lines
3.2 KiB
Plaintext
Raw Normal View History

2021-02-05 16:25:39 +01:00
{
"nodes": {
2021-09-25 13:30:51 +02:00
"agenix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1665870395,
"narHash": "sha256-Tsbqb27LDNxOoPLh0gw2hIb6L/6Ow/6lIBvqcHzEKBI=",
2021-09-25 13:30:51 +02:00
"owner": "ryantm",
"repo": "agenix",
"rev": "a630400067c6d03c9b3e0455347dc8559db14288",
2021-09-25 13:30:51 +02:00
"type": "github"
},
"original": {
"owner": "ryantm",
"ref": "main",
2021-09-25 13:30:51 +02:00
"repo": "agenix",
"type": "github"
}
},
"futils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"ref": "master",
"repo": "flake-utils",
"type": "github"
}
},
2021-02-18 22:27:08 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2022-06-22 11:19:43 +02:00
],
"utils": [
"futils"
2021-02-18 22:27:08 +01:00
]
},
"locked": {
2022-11-17 09:43:31 +01:00
"lastModified": 1668332334,
"narHash": "sha256-YT1qcE/MCqBO1Bi/Yr6GcFpNKsvmzrBKh8juyXDbxQc=",
2021-02-18 22:27:08 +01:00
"owner": "nix-community",
"repo": "home-manager",
2022-11-17 09:43:31 +01:00
"rev": "bc90de24d898655542589237cc0a6ada7564cb6c",
2021-02-18 22:27:08 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
2021-02-18 22:27:08 +01:00
"repo": "home-manager",
"type": "github"
}
},
2021-02-05 16:25:39 +01:00
"nixpkgs": {
"locked": {
2022-11-17 09:43:31 +01:00
"lastModified": 1668087632,
"narHash": "sha256-T/cUx44aYDuLMFfaiVpMdTjL4kpG7bh0VkN6JEM78/E=",
2021-02-05 16:25:39 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-11-17 09:43:31 +01:00
"rev": "5f588eb4a958f1a526ed8da02d6ea1bea0047b9f",
2021-02-05 16:25:39 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2021-02-05 16:35:33 +01:00
"ref": "nixos-unstable",
2021-02-05 16:25:39 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-02-05 16:43:30 +01:00
"nur": {
"locked": {
2022-11-17 09:43:31 +01:00
"lastModified": 1668433503,
"narHash": "sha256-jnpSgNkWhFC981czm1vtJyUcmWzsyz1DlRyh71wEsqU=",
2021-02-05 16:43:30 +01:00
"owner": "nix-community",
"repo": "NUR",
2022-11-17 09:43:31 +01:00
"rev": "87eb4acbe3e415631986faaee87b181ec700a9d7",
2021-02-05 16:43:30 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
2021-02-05 16:43:30 +01:00
"repo": "NUR",
"type": "github"
}
},
"pre-commit-hooks": {
"inputs": {
"flake-utils": [
"futils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-11-17 09:43:31 +01:00
"lastModified": 1667992213,
"narHash": "sha256-8Ens8ozllvlaFMCZBxg6S7oUyynYx2v7yleC5M0jJsE=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2022-11-17 09:43:31 +01:00
"rev": "ebcbfe09d2bd6d15f68de3a0ebb1e4dcb5cd324b",
"type": "github"
},
"original": {
"owner": "cachix",
"ref": "master",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2021-02-05 16:25:39 +01:00
"root": {
"inputs": {
2021-09-25 13:30:51 +02:00
"agenix": "agenix",
"futils": "futils",
2021-02-18 22:27:08 +01:00
"home-manager": "home-manager",
2021-02-05 16:43:30 +01:00
"nixpkgs": "nixpkgs",
"nur": "nur",
"pre-commit-hooks": "pre-commit-hooks"
2021-02-05 16:25:39 +01:00
}
}
},
"root": "root",
"version": 7
}