update to master to fix rtorrent:
Some checks reported warnings
Plex Update / update (push) Has been cancelled
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2023-07-21 09:58:24 +02:00
parent 5a26864eaf
commit 0cd068d508
2 changed files with 5 additions and 5 deletions

View file

@ -1066,16 +1066,16 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1689679375,
"narHash": "sha256-LHUC52WvyVDi9PwyL1QCpaxYWBqp4ir4iL6zgOkmcb8=",
"lastModified": 1689925568,
"narHash": "sha256-ytk3dTHQmgU5E7VaqjOAAGGpjSSzqfxYvErXDhJbLSo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "684c17c429c42515bafb3ad775d2a710947f3d67",
"rev": "acf7891bf8de021e304cd2f218f1d38a418d7d79",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"ref": "master",
"type": "indirect"
}
},

View file

@ -5,7 +5,7 @@
# * https://github.com/Infinidoge/nix-minecraft
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "nixpkgs/master";
nixpkgs_stable.url = "nixpkgs/nixos-23.05";