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" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1677680864, "lastModified": 1677565517,
"narHash": "sha256-4hOKRhNGZlhhHmBTyTMRZCZicl2yRpVkhb3ICl99bxM=", "narHash": "sha256-hcRc6u8DcbNniMFfEvDZUDvuJNG0DOmCRi0R1Gn0Sgo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "098f636d0b81b91f11f06867450aff374dcdc1df", "rev": "c0a51ae10a96bdfd097d64c3dd81ae04900d793d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "monthly",
"repo": "fenix", "repo": "fenix",
"type": "github" "type": "github"
} }

View File

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