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, ... }:
|
||||
|
||||
{
|
||||
perSystem = { pkgs, ... }: {
|
||||
perSystem = { pkgs, inputs', ... }: {
|
||||
devshells.default =
|
||||
let
|
||||
pythonEnv = (pkgs.python311.withPackages (p: with p; [
|
||||
|
@ -14,6 +14,7 @@
|
|||
|
||||
devshell.packages = [
|
||||
pythonEnv
|
||||
inputs'.disko.packages.disko
|
||||
];
|
||||
|
||||
env = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue