Sfoglia il codice sorgente

legacyPkgs -> legacyPackages

wip-nanopi-m4v2
Eelco Dolstra 7 anni fa
parent
commit
af376fdc23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      flake.nix

+ 2
- 2
flake.nix Vedi 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;
};
}

Caricamento…
Annulla
Salva