diff options
author | Soispha <soispha@vhack.eu> | 2023-04-18 15:21:06 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:05 +0200 |
commit | 8d39f43ba53e35cc0b3d139443c5bee6b06f21cb (patch) | |
tree | 5822bbfc9bf816ab28b107075805832ab056446d /flake.nix | |
parent | Chore(flake): Update and only for x86_64-linux (diff) | |
download | nixos-config-8d39f43ba53e35cc0b3d139443c5bee6b06f21cb.tar.gz nixos-config-8d39f43ba53e35cc0b3d139443c5bee6b06f21cb.zip |
Chore(flake): Update
Diffstat (limited to 'flake.nix')
-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 = { |