This commit is contained in:
parent
ee4e360799
commit
5bb96571b9
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
};
|
||||
|
||||
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};
|
||||
in {
|
||||
packages = rec {
|
||||
|
|
Loading…
Reference in a new issue