summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-20 08:12:19 -0400
committerseth <[email protected]>2024-03-20 08:12:19 -0400
commitd48ab1b30a4b6c093c2d7ff27dfb0b6d7a2bafdd (patch)
tree0ab828f6c6738ec495aafbdf29c46c3cc3a5cbfe /flake.nix
parent0f280dd61c1c138e4c41b715e27fc292f24bbac9 (diff)
nix: naersk -> rustPlatform
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
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
];