summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-03 19:51:41 +0100
committerSoispha <soispha@vhack.eu>2023-11-03 19:51:41 +0100
commit06271409d4f60423243c595b963f93412574310a (patch)
tree506554cda46d1c704a0ae733f5640579ef9c5f0a /flake.nix
parentfeat(system/services/taskserver): Add a way to connect users together (diff)
downloadnixos-server-06271409d4f60423243c595b963f93412574310a.tar.gz
nixos-server-06271409d4f60423243c595b963f93412574310a.zip
build(flake): Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index dfa7222..1e49913 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,9 +16,6 @@
       url = "github:ipetkov/crane";
       inputs = {
         nixpkgs.follows = "nixpkgs";
-        flake-compat.follows = "flake-compat";
-        flake-utils.follows = "flake-utils";
-        rust-overlay.follows = "rust-overlay";
       };
     };
     flake-utils = {