Skip to content

Commit

Permalink
chore: nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 21, 2025
1 parent 6b06f5d commit be84117
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/flake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,20 @@

./args.nix # the base args that is passed to the flake
];

config.flake.nixConfig = {
extra-experimental-features = [ "pipe-operators" ];
extra-substituters = [
"https://nix-community.cachix.org" # nix-community cache
"https://isabelroses.cachix.org" # precompiled binarys from flake
"https://catppuccin.cachix.org" # a cache for all catppuccin ports
"https://cosmic.cachix.org" # for the cosmic desktop
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"isabelroses.cachix.org-1:mXdV/CMcPDaiTmkQ7/4+MzChpOe6Cb97njKmBQQmLPM="
"catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
];
};
}

0 comments on commit be84117

Please sign in to comment.