summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-08-28 23:08:15 -0400
committerseth <[email protected]>2024-08-28 23:08:15 -0400
commitf77aeb0db935f60590aa5b6975857b528c8f6a51 (patch)
tree1890fe7b971708e5d458771d6d40e9755662fe18 /flake.nix
parent4d29d8555483d77b8b96c61385186065bcc22689 (diff)
treewide: use lix-module for lix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b28eda6..834b947 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,12 @@
./ext
];
+
+ perSystem =
+ { inputs', ... }:
+ {
+ _module.args.pkgs = inputs'.nixpkgs.legacyPackages.extend inputs.lix-module.overlays.lixFromNixpkgs;
+ };
};
inputs = {
@@ -95,6 +101,16 @@
};
};
+ lix-module = {
+ url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ lix.follows = "";
+ flake-utils.follows = "nixos-wsl/flake-utils";
+ flakey-profile.follows = "";
+ };
+ };
+
nixinate = {
url = "github:MatthewCroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgs";