From d48ab1b30a4b6c093c2d7ff27dfb0b6d7a2bafdd Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 20 Mar 2024 08:12:19 -0400 Subject: nix: naersk -> rustPlatform --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 618eb5a..28c35a6 100644 --- a/flake.nix +++ b/flake.nix @@ -19,11 +19,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - naersk = { - url = "github:nix-community/naersk"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - pre-commit-hooks-nix = { url = "github:cachix/pre-commit-hooks.nix"; inputs = { @@ -52,7 +47,7 @@ inputs.treefmt-nix.flakeModule ./nix/ci.nix - ./nix/deployment.nix + ./nix/deployment ./nix/dev.nix ./nix/packages.nix ]; -- cgit v1.2.3