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
|
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 {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue