From 70cbf95ad88bd6d2a93ea4b60498d027dfece41a Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Wed, 9 Jul 2025 14:19:39 +0200 Subject: switch toaster to HEAD lix --- flake.lock | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ flake.nix | 14 +++++++++- 2 files changed, 100 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 764f7e6..19a8ef3 100644 --- a/flake.lock +++ b/flake.lock @@ -187,6 +187,24 @@ "type": "github" } }, + "flake-utils_4": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "flakey-profile": { "locked": { "lastModified": 1712898590, @@ -202,6 +220,21 @@ "type": "github" } }, + "flakey-profile_2": { + "locked": { + "lastModified": 1712898590, + "narHash": "sha256-FhGIEU93VHAChKEXx905TSiPZKga69bWl1VB37FK//I=", + "owner": "lf-", + "repo": "flakey-profile", + "rev": "243c903fd8eadc0f63d205665a92d4df91d42d9d", + "type": "github" + }, + "original": { + "owner": "lf-", + "repo": "flakey-profile", + "type": "github" + } + }, "gitignore": { "inputs": { "nixpkgs": [ @@ -264,6 +297,20 @@ "url": "https://git.lix.systems/lix-project/lix/archive/release-2.93.tar.gz" } }, + "lix-main": { + "flake": false, + "locked": { + "lastModified": 1751931138, + "narHash": "sha256-Q0pIV16Vx9PZQRVXc1GS/IcKYlmcVMdkSGPdBsiLyKU=", + "rev": "fc3261c3405b122c8c2e5bdc3da6c4fb7ffa80a9", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/fc3261c3405b122c8c2e5bdc3da6c4fb7ffa80a9.tar.gz?rev=fc3261c3405b122c8c2e5bdc3da6c4fb7ffa80a9" + }, + "original": { + "type": "tarball", + "url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz" + } + }, "lix-module": { "inputs": { "flake-utils": "flake-utils_3", @@ -285,6 +332,29 @@ "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.1.tar.gz" } }, + "lix-module-main": { + "inputs": { + "flake-utils": "flake-utils_4", + "flakey-profile": "flakey-profile_2", + "lix": [ + "lix-main" + ], + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1751909859, + "narHash": "sha256-gbpuESxl/An4GTh7QEbQRYJozVIxWkwVGbWK0/0GoRc=", + "rev": "4d4c2b8f0a801c91ce5b717c77fe3a17efa1402f", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/4d4c2b8f0a801c91ce5b717c77fe3a17efa1402f.tar.gz?rev=4d4c2b8f0a801c91ce5b717c77fe3a17efa1402f" + }, + "original": { + "type": "tarball", + "url": "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz" + } + }, "microvm": { "inputs": { "flake-utils": [ @@ -512,7 +582,9 @@ "authentik-nix": "authentik-nix", "flake-utils": "flake-utils_2", "lanzaboote": "lanzaboote", + "lix-main": "lix-main", "lix-module": "lix-module", + "lix-module-main": "lix-module-main", "microvm": "microvm", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", @@ -624,6 +696,21 @@ "type": "github" } }, + "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "tmux-yank": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index b13b7b8..e10259a 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,17 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + lix-main = { + url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"; + flake = false; + }; + + lix-module-main = { + url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs.lix.follows = "lix-main"; + }; + flake-utils.url = "github:numtide/flake-utils"; sops-nix = { @@ -50,6 +61,7 @@ inputs@{ lanzaboote, lix-module, + lix-module-main, microvm, nixos-hardware, nixpkgs, @@ -106,7 +118,7 @@ sops-nix.nixosModules.sops lanzaboote.nixosModules.lanzaboote nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen3 - lix-module.nixosModules.default + lix-module-main.nixosModules.default ./hosts/toaster -- cgit v1.3.1