disable flake update

This commit is contained in:
Mohamed Chrayed 2024-09-16 23:04:36 +02:00
parent 01034ca445
commit e298d57a5c

View File

@ -9,10 +9,10 @@
persistent = true; persistent = true;
flake = "github:Moe1369/nixos-config#${hostName}"; flake = "github:Moe1369/nixos-config#${hostName}";
flags = [ flags = [
"--update-input" "nixpkgs" #"--update-input" "nixpkgs"
"--update-input" "home-manager" #"--update-input" "home-manager"
"--update-input" "jovian" #"--update-input" "jovian"
"--update-input" "nix-flatpak" #"--update-input" "nix-flatpak"
"-L" "-L"
"--commit-lock-file" "--commit-lock-file"
]; ];