diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 55 |
1 files changed, 55 insertions, 0 deletions
@@ -124,6 +124,27 @@ "type": "github" } }, + "nvidia-patch": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "utils": "utils" + }, + "locked": { + "lastModified": 1728174521, + "narHash": "sha256-cp0gCyB8AifT8lPg+Zl/Y0tLTKe5+0Eu84BwtYQiyX0=", + "owner": "icewind1991", + "repo": "nvidia-patch-nixos", + "rev": "0c0184603c56c852541e0a2cc00dd65a15e46dda", + "type": "github" + }, + "original": { + "owner": "icewind1991", + "repo": "nvidia-patch-nixos", + "type": "github" + } + }, "root": { "inputs": { "disko": "disko", @@ -132,6 +153,7 @@ "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "nixpkgs-stable": "nixpkgs-stable", + "nvidia-patch": "nvidia-patch", "sops-nix": "sops-nix" } }, @@ -155,6 +177,39 @@ "repo": "sops-nix", "type": "github" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } } }, "root": "root", |