From 1758f4a644e738498586263ee27b980741a614f1 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sun, 29 Jun 2025 17:00:57 +0200 Subject: [PATCH] flake: drop lix --- flake.lock | 57 ++++++++++++------------------------------------------ flake.nix | 5 ----- 2 files changed, 12 insertions(+), 50 deletions(-) diff --git a/flake.lock b/flake.lock index a2167f3..05828f9 100644 --- a/flake.lock +++ b/flake.lock @@ -678,39 +678,25 @@ "type": "github" } }, - "lix": { - "flake": false, - "locked": { - "lastModified": 1746827285, - "narHash": "sha256-hsFe4Tsqqg4l+FfQWphDtjC79WzNCZbEFhHI8j2KJzw=", - "rev": "47aad376c87e2e65967f17099277428e4b3f8e5a", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/47aad376c87e2e65967f17099277428e4b3f8e5a.tar.gz?rev=47aad376c87e2e65967f17099277428e4b3f8e5a" - }, - "original": { - "type": "tarball", - "url": "https://git.lix.systems/lix-project/lix/archive/2.93.0.tar.gz" - } - }, - "lix-module": { + "nix": { "inputs": { - "flake-utils": "flake-utils", - "flakey-profile": "flakey-profile", - "lix": "lix", - "nixpkgs": [ - "nixpkgs" - ] + "flake-parts": "flake-parts", + "git-hooks-nix": "git-hooks-nix", + "nixpkgs": "nixpkgs", + "nixpkgs-23-11": "nixpkgs-23-11", + "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1746838955, - "narHash": "sha256-11R4K3iAx4tLXjUs+hQ5K90JwDABD/XHhsM9nkeS5N8=", - "rev": "cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc", + "lastModified": 1751568315, + "narHash": "sha256-52rbPxatlf/8BA3plVc87W8kyXdBr6iab+nQHe4QeJg=", + "rev": "81672fee2a84385d052c20982307bbd86fd031c4", + "revCount": 21102, "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc.tar.gz?rev=cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.7.0/0197d1ca-253f-75ae-9f36-38c46bd107f4/source.tar.gz" }, "original": { "type": "tarball", - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz" + "url": "https://flakehub.com/f/DeterminateSystems/nix-src/%2A" } }, "nixpak": { @@ -1076,25 +1062,6 @@ "repo": "xdg-desktop-portal-hyprland", "type": "github" } - }, - "zedless": { - "inputs": { - "flake-compat": "flake-compat_4", - "nixpkgs": "nixpkgs_3" - }, - "locked": { - "lastModified": 1750898414, - "narHash": "sha256-QuSbqvtgYIpEBriY/zTbsmOt+WXPuANSVAN4wnt6U1k=", - "owner": "zedless-editor", - "repo": "zed", - "rev": "3ab1a186f16d5554c3b91e1963f4e4e4acfcc5e4", - "type": "github" - }, - "original": { - "owner": "zedless-editor", - "repo": "zed", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 7b00dba..5736717 100644 --- a/flake.nix +++ b/flake.nix @@ -79,11 +79,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # The things rust is making me do... rust-overlay = { url = "github:oxalica/rust-overlay";