Skip to content

Commit

Permalink
fix(comma): avoid downloading latest nixpkgs each time by pinning ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
WilliamHsieh committed Sep 18, 2023
1 parent 8345fae commit c38188c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ in {
rustup
gcc
];
sessionVariables = {
COMMA_NIXPKGS_FLAKE = "nixpkgs/${config.home.stateVersion}";
};
};

xdg.enable = true;
Expand Down

0 comments on commit c38188c

Please sign in to comment.