diff options
Diffstat (limited to 'pkgs/by-name/lf/lf-make-map/flake.nix')
| -rw-r--r-- | pkgs/by-name/lf/lf-make-map/flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/lf/lf-make-map/flake.nix b/pkgs/by-name/lf/lf-make-map/flake.nix index 9cd88c70..743103b6 100644 --- a/pkgs/by-name/lf/lf-make-map/flake.nix +++ b/pkgs/by-name/lf/lf-make-map/flake.nix @@ -10,13 +10,13 @@ { description = "An automatic lf cd mapping generator"; - inputs = { }; + inputs = {}; outputs = {...}: let system = "x86_64-linux"; - sources = import ../../../../npins/full.nix {}; + sources = import ../../../../unflake.nix; - pkgs = sources.load "nixpkgs"; + pkgs = sources.nixpkgs.legacyPackages."${system}"; in { devShells."${system}".default = pkgs.mkShell { packages = [ |
