Allow automatic env management

This commit is contained in:
Manuel Thalmann 2024-06-18 21:12:11 +02:00
parent 79ad54e26d
commit 4c06176fbe
2 changed files with 2 additions and 1 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use nix

View file

@ -21,7 +21,7 @@
};
in {
devShells = {
archiso = pkgs.mkShell {
default = pkgs.mkShell {
packages = [
pkgs.archiso
];