chore: update flake.lock

This commit is contained in:
matt1432 2024-04-18 14:37:46 -04:00
parent 639a623db3
commit a676406150
12 changed files with 72 additions and 71 deletions
common/modules

View file

@ -6,7 +6,7 @@
environment.systemPackages = with pkgs; [
(writeShellApplication {
name = "rebuild-no-cache";
runtimeInputs = [config.nh.package];
runtimeInputs = [config.programs.nh.package];
text = ''
nh os switch -- --option binary-caches "https://cache.nixos.org" "$@"
'';