mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-17 14:31:16 +01:00
commit
2cb4a9d83e
2 changed files with 12 additions and 11 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# https://github.com/abathur/resholve/issues/107
|
||||
resholve.mkDerivation rec {
|
||||
pname = "nix-direnv";
|
||||
version = "3.0.1";
|
||||
version = "3.0.2";
|
||||
|
||||
src = builtins.path {
|
||||
path = ./.;
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@
|
|||
nixVersion = "stable";
|
||||
direnv = config.packages.direnv-bash4;
|
||||
};
|
||||
};
|
||||
|
||||
devShells.default = pkgs.callPackage ./shell.nix {
|
||||
packages = [ config.treefmt.build.wrapper ];
|
||||
};
|
||||
|
|
@ -63,7 +65,6 @@
|
|||
in
|
||||
packages // devShells;
|
||||
};
|
||||
};
|
||||
flake = {
|
||||
overlays.default = final: _prev: {
|
||||
nix-direnv = final.callPackage ./default.nix { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue