Skip to content

Commit

Permalink
More substituters for VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Dec 21, 2023
1 parent c6cc42d commit 46426c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
17 changes: 17 additions & 0 deletions home/target/shajra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ in
home.homeDirectory = userConfig."${hostname}".homeDirectory;
home.username = userConfig."${hostname}".username;

nix.package = pkgs.nix; # Only used for configuration generation
nix.settings.extra-experimental-features = ["nix-command" "flakes"];
nix.settings.extra-substituters = [
"https://shajra.cachix.org"
"https://cache.garnix.io"
"https://cache.iog.io"
"https://haskell-language-server.cachix.org"
"https://nix-community.cachix.org"
];
nix.settings.trusted-public-keys = [
"shajra.cachix.org-1:V0x7Wjgd/mHGk2KQwzXv8iydfIgLupbnZKLSQt5hh9o="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"haskell-language-server.cachix.org-1:juFfHrwkOxqIOZShtC4YC1uT1bBcq2RSvC7OMKx0Nz8="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];

programs.fish = import programs/fish;
programs.git = import programs/git lib;
programs.i3status-rust = import programs/i3status-rust config pkgs;
Expand Down
1 change: 0 additions & 1 deletion home/target/shajra/xdg/configFile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ let
in {
"fish/completions/bake.fish".source = makeLink
/nix/var/nix/profiles/default/config/fish/bake-completion.fish;
"nix/nix.conf".source = nix/nix.conf;
}
1 change: 0 additions & 1 deletion home/target/shajra/xdg/configFile/nix/nix.conf

This file was deleted.

0 comments on commit 46426c1

Please sign in to comment.