Skip to content

Commit

Permalink
fix nixConfig formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 16, 2023
1 parent 0e136e1 commit 9085c2b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@
};

nixConfig = {
extra-trusted-public-keys = ''
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
lco-public.cachix.org-1:zSmLK7CkAehZ7QzTLZKt+5Y26Lr0w885GUB4GlT1SCg=
'';

extra-substituters = ''
https://devenv.cachix.org
https://lco-public.cachix.org
'';
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= lco-public.cachix.org-1:zSmLK7CkAehZ7QzTLZKt+5Y26Lr0w885GUB4GlT1SCg=";

extra-substituters = "https://devenv.cachix.org https://lco-public.cachix.org";
};

outputs = inputs@{ flake-parts, ... }:
Expand Down

0 comments on commit 9085c2b

Please sign in to comment.