fix the flake nixpkgs
This commit is contained in:
parent
5c6df6621c
commit
0f665b0fa8
1 changed files with 1 additions and 3 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue