From 54b9dcf422b5c12ea22a354a9a139f263d77f535 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 5 Aug 2024 11:22:24 -0500 Subject: [PATCH] Add lix, dep it on lix-module. re-target main to allow flake lock to take care of versioning. --- flake.nix | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 8a44f00..994a688 100644 --- a/flake.nix +++ b/flake.nix @@ -6,6 +6,18 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; + # Lix - Substitution of the Nix package manager, focused on correctness, usability, and growth – and committed to doing right by its community. + # https://git.lix.systems/lix-project/lix + lix = { + url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"; + flake = false; + }; + lix-module = { + url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.lix.follows = "lix"; + }; + # impermanence # https://github.com/nix-community/impermanence impermanence.url = "github:nix-community/impermanence"; @@ -64,12 +76,6 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; }; - # Lix- Substitution of the Nix package manager, focused on correctness, usability, and growth – and committed to doing right by its community. - # https://git.lix.systems/lix-project/lix - lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz"; - inputs.nixpkgs.follows = "nixpkgs"; - }; # NixVirt for qemu & libvirt # https://github.com/AshleyYakeley/NixVirt