summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d51cd532..fd18ba0b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";