fix the flake nixpkgs

This commit is contained in:
mtgmonkey 2025-06-08 01:34:03 +00:00
parent 5c6df6621c
commit 0f665b0fa8

View file

@ -4,9 +4,7 @@
}; };
outputs = {nixpkgs, ...}: let outputs = {nixpkgs, ...}: let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = import nixpkgs { pkgs = nixpkgs.legacyPackages.${system};
inherit system;
};
in { in {
packages.${system} = { packages.${system} = {
default = pkgs.callPackage ./package.nix {}; default = pkgs.callPackage ./package.nix {};