diff options
author | Emile <git@emile.space> | 2023-06-26 00:23:25 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2023-06-26 00:23:25 +0200 |
commit | 3cc90a72d9f26f03da34f3fe147cb6167e5cac59 (patch) | |
tree | 03972588e566bf402f276c61cf3288dc3e52ca2e | |
parent | 0979743c974765792fae2b31bd7da8e4d79ddd14 (diff) |
now with system information provided
-rw-r--r-- | flake.nix | 1 |
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 {}; |