diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..77903bc --- /dev/null +++ b/flake.lock @@ -0,0 +1,98 @@ +{ + "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1695495225, + "narHash": "sha256-4i4XCjN60llr7U6/03bhPKsFoeKecLnW4WScQEc4n+A=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "e0c70942c0e7178a56289adea20c056a3cda7c5e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "nixos-hardware": { + "locked": { + "lastModified": 1695109627, + "narHash": "sha256-4rpyoVzmunIG6xWA/EonnSSqC69bDBzciFi6SjBze/0=", + "owner": "NixOS", + "repo": "nixos-hardware", + "rev": "cb4dc98f776ddb6af165e6f06b2902efe31ca67a", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "master", + "repo": "nixos-hardware", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1695145219, + "narHash": "sha256-Eoe9IHbvmo5wEDeJXKFOpKUwxYJIOxKUesounVccNYk=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "5ba549eafcf3e33405e5f66decd1a72356632b96", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1695346609, + "narHash": "sha256-jur+AjgRvablLA2oBvC4FD89zCXttVQDwi6OXk5x/14=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "e9b4b56e5a20ac322c0c01ccab7ec697ab076ea0", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-23.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nurpkgs": { + "locked": { + "lastModified": 1695495769, + "narHash": "sha256-6q21y1jhmFiR7dViqSm2Xscvg9wUSMbkjsXdNXp0x5U=", + "owner": "nix-community", + "repo": "NUR", + "rev": "b202a764c6a54c6ebfd4955c0f2223d6684704cb", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "nixos-hardware": "nixos-hardware", + "nixpkgs": "nixpkgs", + "nixpkgs-stable": "nixpkgs-stable", + "nurpkgs": "nurpkgs" + } + } + }, + "root": "root", + "version": 7 +} |