mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
flake: drop legacy flake outputs
This commit is contained in:
parent
f48be552e6
commit
f59840c4c2
1 changed files with 0 additions and 5 deletions
|
|
@ -11,10 +11,7 @@
|
|||
default = pkgs.callPackage ./default.nix { };
|
||||
test-runner = pkgs.callPackage ./run-tests.nix {};
|
||||
};
|
||||
defaultPackage = self.packages.${system}.default;
|
||||
devShells.default = pkgs.callPackage ./shell.nix { };
|
||||
# FIXME backward compat, drop soon
|
||||
devShell = self.devShells.default;
|
||||
apps.test-runner = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.test-runner}";
|
||||
|
|
@ -27,7 +24,5 @@
|
|||
path = ./templates/flake;
|
||||
description = "nix flake new -t github:Mic92/nix-direnv .";
|
||||
};
|
||||
# FIXME backward compat, drop soon
|
||||
defaultTemplate = self.templates.default;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue