diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index c085547a..5ac2623d 100644 --- a/flake.lock +++ b/flake.lock @@ -108,6 +108,35 @@ "type": "github" } }, + "flake_update": { + "inputs": { + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ], + "shell_library": [ + "shell_library" + ], + "systems": [ + "systems" + ] + }, + "locked": { + "lastModified": 1683043164, + "narHash": "sha256-4qvPkmY7DMjBLumVOUVwRXpYip78m/3VWJJGL6aeTmY=", + "ref": "refs/heads/prime", + "rev": "f14ac553db379973863e36060f05cf426f19f0b7", + "revCount": 8, + "type": "git", + "url": "https://codeberg.org/soispha/flake_update.git" + }, + "original": { + "type": "git", + "url": "https://codeberg.org/soispha/flake_update.git" + } + }, "grades": { "inputs": { "crane": [ @@ -305,6 +334,7 @@ "crane": "crane", "flake-compat": "flake-compat", "flake-utils": "flake-utils", + "flake_update": "flake_update", "grades": "grades", "home-manager": "home-manager", "impermanence": "impermanence", |