flake: unpin nixpkgs-update

This commit is contained in:
zowoq 2023-09-02 10:36:43 +10:00
parent 6cbfb10f9a
commit d831662177
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -106,17 +106,16 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1681047420,
"narHash": "sha256-s+jolCAlBLVh+3e/QkMlbSENvlZuOJ3FAwsOvLmsRKY=",
"lastModified": 1694697080,
"narHash": "sha256-23mD1WWFVyS8xanVRydgDXMJazsjC4yzzY0fzlPVUso=",
"owner": "ryantm",
"repo": "nixpkgs-update",
"rev": "074e47e7a813312c758f8f121d82041d312b9413",
"rev": "8fedf8f6f29280578e335bf4483c9f88d4bcdbaa",
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "nixpkgs-update",
"rev": "074e47e7a813312c758f8f121d82041d312b9413",
"type": "github"
}
},

View file

@ -23,7 +23,7 @@
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
srvos.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-update.url = "github:ryantm/nixpkgs-update/074e47e7a813312c758f8f121d82041d312b9413";
nixpkgs-update.url = "github:ryantm/nixpkgs-update";
nixpkgs-update.inputs.mmdoc.follows = "";
nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases";
nixpkgs-update-github-releases.flake = false;