shell: add disko
This commit is contained in:
parent
027ddb052c
commit
4fb4b5657d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ self, lib, ... }:
|
{ self, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
perSystem = { pkgs, ... }: {
|
perSystem = { pkgs, inputs', ... }: {
|
||||||
devshells.default =
|
devshells.default =
|
||||||
let
|
let
|
||||||
pythonEnv = (pkgs.python311.withPackages (p: with p; [
|
pythonEnv = (pkgs.python311.withPackages (p: with p; [
|
||||||
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
devshell.packages = [
|
devshell.packages = [
|
||||||
pythonEnv
|
pythonEnv
|
||||||
|
inputs'.disko.packages.disko
|
||||||
];
|
];
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue