diff options
author | Soispha <soispha@vhack.eu> | 2023-05-06 09:08:53 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:14 +0200 |
commit | 14bd4eb19985a79aaf6266652c0a47d4d5ad5310 (patch) | |
tree | 9cd8351dc0f41de9a82672e430076c591874b727 /flake.nix | |
parent | Build(flake): Update deps (diff) | |
download | nixos-config-14bd4eb19985a79aaf6266652c0a47d4d5ad5310.tar.gz nixos-config-14bd4eb19985a79aaf6266652c0a47d4d5ad5310.zip |
Build(flake): Update
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 119ec10a..6b379b75 100644 --- a/flake.nix +++ b/flake.nix @@ -116,11 +116,13 @@ }; }; river_init_lesser = { - url = "git+https://git.sils.li/ene/river-lesser-init.git"; + url = "git+https://codeberg.org/soispha/river_keymap_init.git"; inputs = { nixpkgs.follows = "nixpkgs"; crane.follows = "crane"; flake-utils.follows = "flake-utils"; + rust-overlay.follows = "rust-overlay"; + flake-compat.follows = "flake-compat"; }; }; yambar_cpu = { |