fix flake
This commit is contained in:
parent
d234c7e70c
commit
7931775d65
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, flake-utils }:
|
outputs = { self, nixpkgs, flake-utils }:
|
||||||
flake-utils.lib.eachDefaultSystem (system:
|
let inherit (flake-utils.lib) eachSystem system;
|
||||||
|
in eachSystem [ system.x86_64-linux ] (system:
|
||||||
let pkgs = nixpkgs.legacyPackages.${system};
|
let pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in {
|
in {
|
||||||
packages = rec {
|
packages = rec {
|
||||||
|
|
Loading…
Reference in a new issue