about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-18 15:21:06 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:05 +0200
commit8d39f43ba53e35cc0b3d139443c5bee6b06f21cb (patch)
tree5822bbfc9bf816ab28b107075805832ab056446d /flake.nix
parentChore(flake): Update and only for x86_64-linux (diff)
downloadnixos-config-8d39f43ba53e35cc0b3d139443c5bee6b06f21cb.tar.gz
nixos-config-8d39f43ba53e35cc0b3d139443c5bee6b06f21cb.zip
Chore(flake): Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
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 = {