NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(flake): ensure nixpkgs.lib.nixosSystem is used in portable installations

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+1 -1
+1 -1
flake.nix
··· 77 77 ]; 78 78 }; 79 79 80 - portable-amd64-256gb = { 80 + portable-amd64-256gb = nixpkgs.lib.nixosSystem{ 81 81 system = "x86_64-linux"; 82 82 modules = [ 83 83 ./hosts/portable/amd64/configuration.nix