nix: Added default devShell for workspace

This commit is contained in:
GaspardCulis 2024-09-20 07:12:41 +00:00
parent 48987bcf34
commit 37f6be4137
2 changed files with 12 additions and 0 deletions

2
.envrc Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
use flake

View file

@ -32,5 +32,15 @@
./nix/profiles/culisg.nix ./nix/profiles/culisg.nix
]; ];
}; };
devShells.${system}.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
git
helix
pkgs.home-manager
alejandra
nil
];
};
}; };
} }