From 01caa4cf9bf0323fd7a1c3d3f28d30e261d5d6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 28 Nov 2022 14:33:03 +0100 Subject: [PATCH] add riscv64 building in the hydra jobs --- .gitignore | 1 + flake.nix | 3 ++- result-man | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 120000 result-man diff --git a/.gitignore b/.gitignore index 9a899cc..cced044 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .direnv /result +/result-man diff --git a/flake.nix b/flake.nix index 8bcaa1c..1e72bf0 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ pkgs = import nixpkgs { inherit system; config.allowUnfree = true; + config.allowUnsupportedSystem = true; }; inherit (pkgs) lib; nur = import ./default.nix {inherit pkgs;}; @@ -35,7 +36,7 @@ inherit (nur) overlays modules lib; hydraJobs = - if (system == "x86_64-linux") || (system == "aarch64-linux") + if (system == "x86_64-linux") || (system == "aarch64-linux") || (system == "riscv64-linux") then { inherit packages devShells formatter; } diff --git a/result-man b/result-man deleted file mode 120000 index 7fa0ae5..0000000 --- a/result-man +++ /dev/null @@ -1 +0,0 @@ -/nix/store/fn3wjqz6a7kkjcr9chfbmpld1xnajb5n-nix-2.11.0-man \ No newline at end of file