diff --git a/flake.lock b/flake.lock index 66fee07..77e0eb8 100755 --- a/flake.lock +++ b/flake.lock @@ -329,24 +329,6 @@ "inputs": { "systems": "systems_3" }, - "locked": { - "lastModified": 1726560853, - "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_4": { - "inputs": { - "systems": "systems_4" - }, "locked": { "lastModified": 1710146030, "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", @@ -361,7 +343,7 @@ "type": "github" } }, - "flake-utils_5": { + "flake-utils_4": { "inputs": { "systems": [ "stylix", @@ -382,21 +364,6 @@ "type": "github" } }, - "flakey-profile": { - "locked": { - "lastModified": 1712898590, - "narHash": "sha256-FhGIEU93VHAChKEXx905TSiPZKga69bWl1VB37FK//I=", - "owner": "lf-", - "repo": "flakey-profile", - "rev": "243c903fd8eadc0f63d205665a92d4df91d42d9d", - "type": "github" - }, - "original": { - "owner": "lf-", - "repo": "flakey-profile", - "type": "github" - } - }, "fromYaml": { "flake": false, "locked": { @@ -554,41 +521,6 @@ "type": "github" } }, - "lix": { - "flake": false, - "locked": { - "lastModified": 1729298361, - "narHash": "sha256-hiGtfzxFkDc9TSYsb96Whg0vnqBVV7CUxyscZNhed0U=", - "rev": "ad9d06f7838a25beec425ff406fe68721fef73be", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/ad9d06f7838a25beec425ff406fe68721fef73be.tar.gz?rev=ad9d06f7838a25beec425ff406fe68721fef73be" - }, - "original": { - "type": "tarball", - "url": "https://git.lix.systems/lix-project/lix/archive/2.91.1.tar.gz" - } - }, - "lix-module": { - "inputs": { - "flake-utils": "flake-utils_3", - "flakey-profile": "flakey-profile", - "lix": "lix", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1729360442, - "narHash": "sha256-6U0CyPycIBc04hbYy2hBINnVso58n/ZyywY2BD3hu+s=", - "rev": "9098ac95768f7006d7e070b88bae76939f6034e6", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/9098ac95768f7006d7e070b88bae76939f6034e6.tar.gz?rev=9098ac95768f7006d7e070b88bae76939f6034e6" - }, - "original": { - "type": "tarball", - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz" - } - }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -630,7 +562,7 @@ "nix-homebrew": { "inputs": { "brew-src": "brew-src", - "flake-utils": "flake-utils_4", + "flake-utils": "flake-utils_3", "nix-darwin": "nix-darwin_2", "nixpkgs": [ "nixpkgs" @@ -843,7 +775,6 @@ "homebrew-cask": "homebrew-cask", "homebrew-core": "homebrew-core", "lanzaboote": "lanzaboote", - "lix-module": "lix-module", "nix-darwin": "nix-darwin", "nix-homebrew": "nix-homebrew", "nix-index-database": "nix-index-database", @@ -943,11 +874,11 @@ "base16-helix": "base16-helix", "base16-vim": "base16-vim", "flake-compat": "flake-compat_4", - "flake-utils": "flake-utils_5", + "flake-utils": "flake-utils_4", "gnome-shell": "gnome-shell", "home-manager": "home-manager_2", "nixpkgs": "nixpkgs_3", - "systems": "systems_5", + "systems": "systems_4", "tinted-foot": "tinted-foot", "tinted-kitty": "tinted-kitty", "tinted-tmux": "tinted-tmux" @@ -1026,21 +957,6 @@ "type": "github" } }, - "systems_5": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "tinted-foot": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 2bf451b..394126f 100755 --- a/flake.nix +++ b/flake.nix @@ -47,11 +47,6 @@ ucode.url = "github:e-tho/ucodenix"; - lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - apple-silicon = { # url = "github:tpwrules/nixos-apple-silicon"; url = "github:zzywysm/nixos-asahi"; diff --git a/hosts/adrastea/default.nix b/hosts/adrastea/default.nix index 461897f..2cb9e3d 100644 --- a/hosts/adrastea/default.nix +++ b/hosts/adrastea/default.nix @@ -44,7 +44,6 @@ } ] ++ (with inputs; [ - lix-module.nixosModules.default home-manager.nixosModules.home-manager ucode.nixosModules.default ]); diff --git a/hosts/callisto/default.nix b/hosts/callisto/default.nix index 0fcf198..8dde8f4 100644 --- a/hosts/callisto/default.nix +++ b/hosts/callisto/default.nix @@ -40,9 +40,7 @@ } ] ++ (with inputs; [ - lix-module.nixosModules.default home-manager.nixosModules.home-manager apple-silicon.nixosModules.apple-silicon-support - ]); } diff --git a/hosts/demeter/default.nix b/hosts/demeter/default.nix index b378100..ee6312d 100644 --- a/hosts/demeter/default.nix +++ b/hosts/demeter/default.nix @@ -19,7 +19,6 @@ ../../modules/linux/wine ../../overlays - lix-module.nixosModules.default lanzaboote.nixosModules.lanzaboote home-manager.nixosModules.home-manager {