diff --git a/nix/flake.nix b/nix/flake.nix index 0e71ff5..79e77c8 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -11,13 +11,7 @@ # List of supported systems: supportedSystems = [ - "x86_64-linux"# src = fetchgit { -# url = "https://github.com/agateau/nanonote"; -# rev = "${version}"; -# sha256 = "MsVHu3lAe/aGzFt1xDrsZHzLF1ysjhRUfruypoXEEnU="; -# fetchSubmodules = true; -# }; - + "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" @@ -57,7 +51,6 @@ fetchSubmodules = true; }; - # These are the packages needed to build nanonote nativeBuildInputs = [ cmake