flake: unpin nixpkgs-update

Flake lock file updates:

• Updated input 'nixpkgs-update':
    'github:qowoz/nixpkgs-update/e56e5760569fa308acdc4a9286c2054696be1ee4' (2023-10-25)
  → 'github:ryantm/nixpkgs-update/69c05bc1cd5e336b9264197fd2bcb4feba6039df' (2023-12-10)
This commit is contained in:
zowoq 2023-12-11 08:40:43 +10:00
parent d38a4d1076
commit 5729f7fa6c
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -146,16 +146,15 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1698207498,
"narHash": "sha256-hUtpTifZX8eMRkQtctm9eZYs1s32GZTXjcCoVHvinpI=",
"owner": "qowoz",
"lastModified": 1702232623,
"narHash": "sha256-D1aVvmPw7MW4+QnWVmPmMaNPuiLUhJrdkffTRfLz118=",
"owner": "ryantm",
"repo": "nixpkgs-update",
"rev": "e56e5760569fa308acdc4a9286c2054696be1ee4",
"rev": "69c05bc1cd5e336b9264197fd2bcb4feba6039df",
"type": "github"
},
"original": {
"owner": "qowoz",
"ref": "wait60",
"owner": "ryantm",
"repo": "nixpkgs-update",
"type": "github"
}

View file

@ -22,7 +22,7 @@
srvos.inputs.nixpkgs.follows = "nixpkgs";
srvos.inputs.nixos-23_05.follows = "";
nixpkgs-update.url = "github:qowoz/nixpkgs-update/wait60";
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;