diff options
| author | schererleander <leander@schererleander.de> | 2025-05-12 13:37:54 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-12 13:37:54 +0200 |
| commit | 11155d36221452735a64cd23b91bc0133a65f1e5 (patch) | |
| tree | bf690e02a7d24ba83ab83d4c2645f59b085614ec /flake.nix | |
| parent | d76b6fb73261c47b3849b778c380ee8d004d52da (diff) | |
add cachix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,14 @@ { description = "Nix configuration"; + + nixConfig = { + extra-substituters = [ + "https://nix-community.cachix.org" + ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; @@ -74,4 +83,4 @@ ]; }; }; -}
\ No newline at end of file +} |
