Compare commits

..

2 commits

Author SHA1 Message Date
36754109b6
nix/module.nix: remove helix cache 2025-03-06 09:41:07 +01:00
f338b9ef92
flake: bump inputs 2025-03-06 09:39:53 +01:00
2 changed files with 3 additions and 5 deletions

6
flake.lock generated
View file

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739866667, "lastModified": 1741173522,
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=", "narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", "rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -138,12 +138,10 @@ in {
# Substituters to pull from. # Substituters to pull from.
substituters = [ substituters = [
"https://cache.nixos.org" # funny binary cache "https://cache.nixos.org" # funny binary cache
"https://helix.cachix.org" # a chache for helix
]; ];
trusted-public-keys = [ trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
]; ];
}; };
}; };