aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-24 15:01:20 +0100
committerSoispha <soispha@vhack.eu>2024-02-24 15:04:51 +0100
commiteb4fd30c7a920a917c547bba9097c5a911115dea (patch)
tree883343f219bd7058eb7a79be10bab952386267a7
parentrefactor(hm/pkgs): Implement with an nixpkgs overlay (diff)
downloadnixos-config-eb4fd30c7a920a917c547bba9097c5a911115dea.zip
build(flake): Readd flake_version_update
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9a504a4e..401f8b10 100644
--- a/flake.nix
+++ b/flake.nix
@@ -76,6 +76,14 @@
flake-utils.follows = "flake-utils";
};
};
+ flake_version_update = {
+ url = "git+https://codeberg.org/soispha/flake_version_update.git";
+ inputs = {
+ systems.follows = "systems";
+ nixpkgs.follows = "nixpkgs";
+ flake-utils.follows = "flake-utils";
+ };
+ };
# nixos modules
home-manager = {
@@ -177,6 +185,7 @@
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
systems.follows = "systems";
+ flake_version_update.follows = "flake_version_update";
};
};
river_init_lesser = {