diff options
| author | Fuwn <[email protected]> | 2024-07-16 19:08:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-16 19:08:08 -0700 |
| commit | 9cc1abb8ec0a0e7b743b95c938eb23648b98b303 (patch) | |
| tree | 414fdeb11c69bdebd5d82d7f434b054a57524d46 /flake.lock | |
| parent | feat: transfer more packages (diff) | |
| download | home-manager-config-9cc1abb8ec0a0e7b743b95c938eb23648b98b303.tar.xz home-manager-config-9cc1abb8ec0a0e7b743b95c938eb23648b98b303.zip | |
op
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -150,6 +150,21 @@ "type": "github" } }, + "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" + } + }, "fromYaml": { "flake": false, "locked": { @@ -445,6 +460,27 @@ "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", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1719075281, @@ -515,6 +551,7 @@ "hycov": "hycov", "hyprland": "hyprland", "hyprland-plugins": "hyprland-plugins", + "nixGL": "nixGL", "nixpkgs": "nixpkgs_2", "nur": "nur", "stylix": "stylix", |