move tooling to dev environment

This commit is contained in:
Katherina Walshe-Grey 2024-09-12 13:35:35 +01:00
parent a0a94b86ff
commit 4a9e6b5f3c
3 changed files with 23 additions and 9 deletions

9
shell.nix Normal file
View 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}