summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-26 13:03:09 +0200
committerAlan Pearce2024-05-26 13:03:09 +0200
commit57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc (patch)
treee0aaaa9baad2cd7d18a7b1517f1136f6600194c9 /shell.nix
parent936439732e081972b28fd28f8d61226515ab18ef (diff)
downloadnixfiles-57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.tar.lz
nixfiles-57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.tar.zst
nixfiles-57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.zip
remove deploy-rs
I will update systems manually for now
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 37aac657..7714e111 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,6 @@ pkgs.mkShell
 
   buildInputs = with pkgs; [
     npins
-    deploy-rs
     (pkgs.callPackage "${sources.agenix}/pkgs/agenix.nix" { })
     (import sources.home-manager { inherit pkgs; }).home-manager
   ];