From f77aeb0db935f60590aa5b6975857b528c8f6a51 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 28 Aug 2024 23:08:15 -0400 Subject: treewide: use lix-module for lix --- flake.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'flake.nix') 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"; -- cgit v1.2.3