Use fenix monthy to reduce noise

This commit is contained in:
Sandro - 2023-03-01 22:25:30 +01:00
parent 9d9f4e216e
commit 911a3367ca
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 4 deletions

View File

@ -236,15 +236,16 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1677680864,
"narHash": "sha256-4hOKRhNGZlhhHmBTyTMRZCZicl2yRpVkhb3ICl99bxM=",
"lastModified": 1677565517,
"narHash": "sha256-hcRc6u8DcbNniMFfEvDZUDvuJNG0DOmCRi0R1Gn0Sgo=",
"owner": "nix-community",
"repo": "fenix",
"rev": "098f636d0b81b91f11f06867450aff374dcdc1df",
"rev": "c0a51ae10a96bdfd097d64c3dd81ae04900d793d",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "monthly",
"repo": "fenix",
"type": "github"
}

View File

@ -88,7 +88,7 @@
};
};
fenix = {
url = "github:nix-community/fenix";
url = "github:nix-community/fenix/monthly";
inputs.nixpkgs.follows = "nixos";
};
flake-parts = {