diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index aaf47b28..1925b1db 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - systems.follows = "systems"; + flake-utils.follows = "flake-utils"; }; }; @@ -67,7 +67,7 @@ }; neovim_config = { - url = "git+https://codeberg.org/ene/neovim-config.git"; + url = "git+https://codeberg.org/soispha/neovim-config.git"; flake = false; }; templates = { |