test
This commit is contained in:
parent
de9d6cb70f
commit
a4a533dbbd
1 changed files with 5 additions and 6 deletions
11
flake.nix
11
flake.nix
|
@ -42,11 +42,10 @@
|
|||
imageConfigurations = {
|
||||
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)
|
||||
devShells = libx.forAllSystems (system:
|
||||
let pkgs = nixpkgs.legacyPackages.${system};
|
||||
in import ./shell.nix { inherit pkgs; }
|
||||
);
|
||||
};
|
||||
|
||||
# Devshell for bootstrapping; acessible via 'nix develop' or 'nix-shell' (legacy)
|
||||
devShells = libx.forAllSystems (system:
|
||||
let pkgs = nixpkgs.legacyPackages.${system};
|
||||
in import ./shell.nix { inherit pkgs; }
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue