diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ | |||
1 | { | 1 | { |
2 | description = "GKleen's flakey nixos configuration"; | 2 | description = "GKleen's flakey nixos configuration"; |
3 | 3 | ||
4 | nixConfig = { | ||
5 | extra-substituters = [ | ||
6 | "https://nix-community.cachix.org" | ||
7 | ]; | ||
8 | extra-trusted-public-keys = [ | ||
9 | "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" | ||
10 | ]; | ||
11 | }; | ||
12 | |||
4 | inputs = { | 13 | inputs = { |
5 | nixpkgs = { | 14 | nixpkgs = { |
6 | type = "github"; | 15 | type = "github"; |