flake/dev: add a convenient devshell

This commit is contained in:
Gaetan Lepage 2024-03-01 22:43:05 +01:00 committed by Gaétan Lepage
parent d149f46b00
commit 274293fd69
5 changed files with 129 additions and 11 deletions

View file

@ -16,6 +16,10 @@
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";