Add develop shell

This commit is contained in:
Fabian Hauser 2022-04-11 15:05:27 +02:00
parent b2f0797b01
commit d7b828f79f
2 changed files with 31 additions and 0 deletions

View file

@ -68,5 +68,6 @@
stateVersion = "21.11";
};
};
devShell.${system} = import ./shell.nix { pkgs = pkgsUnstable; };
};
}