nix-configs/flake.lock

178 lines
4.5 KiB
Text
Raw Normal View History

2024-04-05 22:04:41 -04:00
{
"nodes": {
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat",
2024-05-10 19:26:16 -04:00
"nixpkgs": [
"nixpkgs"
],
"utils": [
"flake-utils"
]
2024-04-05 22:04:41 -04:00
},
"locked": {
"lastModified": 1715699772,
"narHash": "sha256-sKhqIgucN5sI/7UQgBwsonzR4fONjfMr9OcHK/vPits=",
2024-04-05 22:04:41 -04:00
"owner": "serokell",
"repo": "deploy-rs",
"rev": "b3ea6f333f9057b77efd9091119ba67089399ced",
2024-04-05 22:04:41 -04:00
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
2024-05-10 19:26:16 -04:00
"systems": "systems"
2024-04-05 22:04:41 -04:00
},
"locked": {
2024-04-12 21:48:22 -04:00
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
2024-04-05 22:04:41 -04:00
"owner": "numtide",
"repo": "flake-utils",
2024-04-12 21:48:22 -04:00
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
2024-04-05 22:04:41 -04:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1715381426,
"narHash": "sha256-wPuqrAQGdv3ISs74nJfGb+Yprm23U/rFpcHFFNWgM94=",
2024-04-05 22:04:41 -04:00
"owner": "nix-community",
"repo": "home-manager",
"rev": "ab5542e9dbd13d0100f8baae2bc2d68af901f4b4",
2024-04-05 22:04:41 -04:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.11",
"repo": "home-manager",
"type": "github"
}
},
2024-05-04 20:08:41 -04:00
"impermanence": {
"locked": {
"lastModified": 1708968331,
"narHash": "sha256-VUXLaPusCBvwM3zhGbRIJVeYluh2uWuqtj4WirQ1L9Y=",
"owner": "nix-community",
"repo": "impermanence",
"rev": "a33ef102a02ce77d3e39c25197664b7a636f9c30",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
2024-04-05 22:04:41 -04:00
"nixpkgs": {
"locked": {
"lastModified": 1716218643,
"narHash": "sha256-i/E7gzQybvcGAYDRGDl39WL6yVk30Je/NXypBz6/nmM=",
2024-04-05 22:04:41 -04:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a8695cbd09a7ecf3376bd62c798b9864d20f86ee",
2024-04-05 22:04:41 -04:00
"type": "github"
},
"original": {
2024-05-10 19:26:16 -04:00
"id": "nixpkgs",
"ref": "nixos-23.11",
"type": "indirect"
2024-04-05 22:04:41 -04:00
}
},
2024-04-26 14:14:50 -04:00
"nixpkgs-stable": {
"locked": {
"lastModified": 1716061101,
"narHash": "sha256-H0eCta7ahEgloGIwE/ihkyGstOGu+kQwAiHvwVoXaA0=",
2024-04-26 14:14:50 -04:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e7cc61784ddf51c81487637b3031a6dd2d6673a2",
2024-04-26 14:14:50 -04:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
2024-04-05 22:04:41 -04:00
"root": {
"inputs": {
"deploy-rs": "deploy-rs",
2024-04-12 21:48:22 -04:00
"flake-utils": "flake-utils",
2024-04-05 22:04:41 -04:00
"home-manager": "home-manager",
2024-05-04 20:08:41 -04:00
"impermanence": "impermanence",
2024-05-10 19:26:16 -04:00
"nixpkgs": "nixpkgs",
2024-04-26 14:14:50 -04:00
"sops-nix": "sops-nix"
}
},
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1716244104,
"narHash": "sha256-XXbqfkyWe0d0O+zqRQWi2oXi6wYDmTzXedFkBRwx1VI=",
2024-04-26 14:14:50 -04:00
"owner": "Mic92",
"repo": "sops-nix",
"rev": "fddd52460e3332eedd8a0043af5675338a5b3e0b",
2024-04-26 14:14:50 -04:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
2024-04-05 22:04:41 -04:00
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}