feat(shells)!: redefine in terms of createThings

This commit is contained in:
reo101 2024-08-05 01:12:54 +03:00
parent 5fa16c98ce
commit 29738555b1
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
3 changed files with 81 additions and 14 deletions

View file

@ -1,7 +0,0 @@
# If pkgs is not defined, instanciate nixpkgs from locked commit
{ pkgs ? (import ../nixpkgs.nix) { }
, inputs
, ...
}: {
default = import ./default { inherit pkgs inputs; };
}