flake.nix: Update flake-compat repo

This commit is contained in:
Martin Weinelt
2026-01-29 19:14:06 +01:00
parent 7d433bf898
commit 4345460d30
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -19,15 +19,15 @@
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1761588595,
"narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
"owner": "edolstra",
"lastModified": 1767039857,
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
"owner": "NixOS",
"repo": "flake-compat",
"rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
"type": "github"
},
"original": {
"owner": "edolstra",
"owner": "NixOS",
"repo": "flake-compat",
"type": "github"
}
+1 -1
View File
@@ -4,7 +4,7 @@
inputs = {
flake-compat = {
# for shell.nix compat
url = "github:edolstra/flake-compat";
url = "github:NixOS/flake-compat";
flake = false;
};
git-hooks = {