summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-03-04 16:57:13 +0000
committerGitHub <noreply@github.com>2024-03-04 16:57:13 +0000
commitd2d4caf103d17b00425f54f51b19c082f2abf8bf (patch)
treee9e69ce943db1a3e4ce62c4f861d8f52319b6c6d
parent50f46f886a9c44243ec1b568b9481bbd1c2c8b37 (diff)
rust -> dev
-rw-r--r--flake.nix2
-rw-r--r--shells/dev.nix (renamed from shells/rust.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4b9885a..44c81a5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,6 +23,6 @@
inputs.home-manager.nixosModules.default
];
};
- devShells.x86_64-linux.default = (import ./shells/rust.nix {inherit pkgs; });
+ devShells.x86_64-linux.default = (import ./shells/dev.nix {inherit pkgs; });
};
}
diff --git a/shells/rust.nix b/shells/dev.nix
index f715813..f715813 100644
--- a/shells/rust.nix
+++ b/shells/dev.nix