shell: add disko

This commit is contained in:
Infinidoge 2024-05-05 06:27:39 -04:00
parent 027ddb052c
commit 4fb4b5657d
No known key found for this signature in database

View file

@ -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 = [