Add devshell for install purposes
This commit is contained in:
parent
ffe392264c
commit
fd16e4e6e1
1 changed files with 7 additions and 0 deletions
|
@ -310,6 +310,13 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
devShells.install = with pkgs; mkShell {
|
||||||
|
name = "install";
|
||||||
|
nativeBuildInputs = [
|
||||||
|
disko.packages.${system}.disko
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
formatter = pkgs.nixpkgs-fmt;
|
formatter = pkgs.nixpkgs-fmt;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue