diff options
author | Soispha <soispha@vhack.eu> | 2023-11-03 19:51:41 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-03 19:51:41 +0100 |
commit | 06271409d4f60423243c595b963f93412574310a (patch) | |
tree | 506554cda46d1c704a0ae733f5640579ef9c5f0a /flake.nix | |
parent | feat(system/services/taskserver): Add a way to connect users together (diff) | |
download | nixos-server-06271409d4f60423243c595b963f93412574310a.tar.gz nixos-server-06271409d4f60423243c595b963f93412574310a.zip |
build(flake): Update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
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 = { |