diff options
Diffstat (limited to 'home/nix/flake.lock')
-rw-r--r-- | home/nix/flake.lock | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/home/nix/flake.lock b/home/nix/flake.lock index d608a4c..4e290a2 100644 --- a/home/nix/flake.lock +++ b/home/nix/flake.lock @@ -1,5 +1,20 @@ { "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -21,6 +36,28 @@ "type": "github" } }, + "nixgl": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1713543440, + "narHash": "sha256-lnzZQYG0+EXl/6NkGpyIz+FEOc/DSEG57AP1VsdeNrM=", + "owner": "nix-community", + "repo": "nixGL", + "rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixGL", + "rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1730651795, @@ -40,6 +77,7 @@ "root": { "inputs": { "home-manager": "home-manager", + "nixgl": "nixgl", "nixpkgs": "nixpkgs" } } |