about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-06-26 00:23:25 +0200
committerEmile <git@emile.space>2023-06-26 00:23:25 +0200
commit3cc90a72d9f26f03da34f3fe147cb6167e5cac59 (patch)
tree03972588e566bf402f276c61cf3288dc3e52ca2e
parent0979743c974765792fae2b31bd7da8e4d79ddd14 (diff)
now with system information provided
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 55b9cac..3500c80 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,6 +10,7 @@
       let
         pkgs = (import nixpkgs) {
           # inherit system;
+          system = "x86_64-linux";
         };
 
         naersk' = pkgs.callPackage naersk {};