Browse Source

legacyPkgs -> legacyPackages

wip-nanopi-m4v2
Eelco Dolstra 7 years ago
parent
commit
af376fdc23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      flake.nix

+ 2
- 2
flake.nix View File

@@ -17,9 +17,9 @@
};

packages = {
inherit (pkgs) hello nix fuse nlohmann_json boost;
inherit (pkgs) hello nix fuse nlohmann_json boost firefox;
};

legacyPkgs = pkgs;
legacyPackages = pkgs;
};
}

Loading…
Cancel
Save