diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-07-20 21:27:06 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-07-20 21:27:06 +0200 |
| commit | df4f7efea1570050ba3f1828e41419304606e212 (patch) | |
| tree | 9b5723cbd8cae90b57e4323b0fe9d447ed0211d7 /flake.nix | |
| parent | 15614d7ef70b8f5ae758b6154a62f1b014327c0d (diff) | |
| download | nixos-df4f7efea1570050ba3f1828e41419304606e212.tar nixos-df4f7efea1570050ba3f1828e41419304606e212.tar.gz nixos-df4f7efea1570050ba3f1828e41419304606e212.tar.bz2 nixos-df4f7efea1570050ba3f1828e41419304606e212.tar.xz nixos-df4f7efea1570050ba3f1828e41419304606e212.zip | |
...
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"; |
