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
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
};
pkgs = nixpkgs.legacyPackages.${system};
in {
packages.${system} = {
default = pkgs.callPackage ./package.nix {};