Skip to content

Commit

Permalink
feat: //repo/devshellProfiles/std
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Mar 5, 2024
1 parent 468dd42 commit bf7bf56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions nix/repo/devshellProfiles.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
inputs,
cell,
}: let
l = nixpkgs.lib // builtins;
inherit (inputs) nixpkgs;
inherit (inputs.std) lib std;
in
std.devshellProfiles
{ inputs, cell, }:
inputs.haumea.lib.load {
src = ./devshellProfiles;
loader = inputs.haumea.lib.loaders.verbatim;
transformer = inputs.haumea.lib.transformers.liftDefault;
}
1 change: 1 addition & 0 deletions nix/repo/devshellProfiles/std.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ inputs, cell, }: inputs.std.devshellProfiles.default

0 comments on commit bf7bf56

Please sign in to comment.