move tooling to dev environment
This commit is contained in:
parent
a0a94b86ff
commit
4a9e6b5f3c
3 changed files with 23 additions and 9 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
shell = (import
|
||||
(fetchTarball {
|
||||
url = "https://github.com/edolstra/flake-compat/archive/refs/tags/v1.0.1.tar.gz";
|
||||
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
|
||||
})
|
||||
{ src = ./.; }).shellNix;
|
||||
in
|
||||
shell.devShells.${builtins.currentSystem}
|
Loading…
Add table
Add a link
Reference in a new issue