mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
allow building for more systems
This commit is contained in:
parent
4b0967d3c5
commit
56167d1da3
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
outputs = {nixpkgs, flake-utils, ...}:
|
outputs = {nixpkgs, flake-utils, ...}:
|
||||||
let
|
let
|
||||||
systems = [ "x86_64-linux" ];
|
systems = nixpkgs.lib.systems.flakeExposed;
|
||||||
in flake-utils.lib.eachSystem systems (system:
|
in flake-utils.lib.eachSystem systems (system:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
|
Loading…
Reference in New Issue
Block a user