chore(nixpkgsUnstable): bumped to HEAD of master

This commit is contained in:
Serĉanto de Scio 2024-10-08 15:13:25 +10:00
parent 514ae436d9
commit 85edb981a1
Signed by: sercanto
GPG key ID: A4122FF3971B6865
2 changed files with 4 additions and 5 deletions

View file

@ -5125,16 +5125,15 @@
},
"nixpkgsUnstable": {
"locked": {
"lastModified": 1727561184,
"narHash": "sha256-mVR5o+9xEs8EJqNXQDeXq6v3KlcSAKsB2L2z4rNRjZY=",
"lastModified": 1728356841,
"narHash": "sha256-sSGavgctEuqq07OZ1XiA/V7/RXLdUAUVpqgUhfmGAdQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "60c3d109ffe080e672f14047c1e7a24896f06186",
"rev": "f6f24b0bbb0461887719d10c77c9fe81e7bea37d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "pull/345190/head",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -12,7 +12,7 @@
iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd;
nix.url = github:NixOS/nix/?ref=2.24.6;
nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05;
nixpkgsUnstable.url = github:NixOS/nixpkgs/?ref=pull/345190/head;
nixpkgsUnstable.url = github:NixOS/nixpkgs;
ragenix = {
url = github:yaxitech/ragenix;
inputs.nixpkgs.follows = "nixpkgs";