This commit is contained in:
biscuit
2025-06-05 16:35:01 -05:00
parent f715f08831
commit 363d470386
4 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
info = import ./info.nix;
lib = nixpkgs.lib;
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system}; # alternative, without overlays. Unused.
# pkgs = nixpkgs.legacyPackages.${system}; # alternative, without overlays. Unused.
args =
{
inherit inputs system;