test
This commit is contained in:
parent
de9d6cb70f
commit
a4a533dbbd
1 changed files with 5 additions and 6 deletions
|
@ -42,11 +42,10 @@
|
||||||
imageConfigurations = {
|
imageConfigurations = {
|
||||||
nixos-rpi4-img = libx.mkImage { hostname = "nixos-rpi4-img"; platform = "aarch64-linux"; format = "sd-aarch64"; };
|
nixos-rpi4-img = libx.mkImage { hostname = "nixos-rpi4-img"; platform = "aarch64-linux"; format = "sd-aarch64"; };
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
# Devshell for bootstrapping; acessible via 'nix develop' or 'nix-shell' (legacy)
|
# Devshell for bootstrapping; acessible via 'nix develop' or 'nix-shell' (legacy)
|
||||||
devShells = libx.forAllSystems (system:
|
devShells = libx.forAllSystems (system:
|
||||||
let pkgs = nixpkgs.legacyPackages.${system};
|
let pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in import ./shell.nix { inherit pkgs; }
|
in import ./shell.nix { inherit pkgs; }
|
||||||
);
|
);
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue