diff options
author | Franck Cuny <franck@fcuny.net> | 2022-09-18 10:21:40 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-09-18 10:27:43 -0700 |
commit | a29eda084fc0a3b2718776db14efe9ccdb26588d (patch) | |
tree | b1ac73dd32d916bbcfb6c0036c7069b7b57eb9b1 /nix | |
parent | ref(flake): remove pre-commit for golang (diff) | |
download | world-a29eda084fc0a3b2718776db14efe9ccdb26588d.tar.gz |
ref(flake): drop naersk for now
I'll go and refactor correctly and properly the support for rust packages, this is not working and I'm doing something stupid.
Diffstat (limited to 'nix')
-rw-r--r-- | nix/mkSystem.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/mkSystem.nix b/nix/mkSystem.nix index e33ddf7..1f7ccaf 100644 --- a/nix/mkSystem.nix +++ b/nix/mkSystem.nix @@ -15,7 +15,6 @@ inputs.nixpkgs.lib.nixosSystem { inputs.emacs-overlay.overlay inputs.nur.overlay inputs.rust.overlay - inputs.naersk.overlay (final: prev: { tools = import "${self}/tools" { pkgs = prev; }; }) |