diff options
| author | Mel <mel@rnrd.eu> | 2026-02-14 21:45:52 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-02-14 21:45:52 +0100 |
| commit | bd640d7c405cc319fcf4e61a61edf96a5dbf1c17 (patch) | |
| tree | e18f9f79c033a83047f21a255f3885b9fcacf3fc /flake.lock | |
| parent | 8ea56328b7dbb9aa6f992176f074a3270cb38a30 (diff) | |
| download | minerals-bd640d7c405cc319fcf4e61a61edf96a5dbf1c17.tar.zst minerals-bd640d7c405cc319fcf4e61a61edf96a5dbf1c17.zip | |
Move Lix towards new nixpkgs configuration away from custom flake
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 86 |
1 files changed, 1 insertions, 85 deletions
diff --git a/flake.lock b/flake.lock index 2514b05..b383d47 100644 --- a/flake.lock +++ b/flake.lock @@ -95,39 +95,6 @@ "type": "github" } }, - "flake-utils_2": { - "inputs": { - "systems": "systems_3" - }, - "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, - "narHash": "sha256-FhGIEU93VHAChKEXx905TSiPZKga69bWl1VB37FK//I=", - "owner": "lf-", - "repo": "flakey-profile", - "rev": "243c903fd8eadc0f63d205665a92d4df91d42d9d", - "type": "github" - }, - "original": { - "owner": "lf-", - "repo": "flakey-profile", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -149,41 +116,6 @@ "type": "github" } }, - "lix": { - "flake": false, - "locked": { - "lastModified": 1753306924, - "narHash": "sha256-jLCEW0FvjFhC+c4RHzH+xbkSOxrnpFHnhjOw6sudhx0=", - "rev": "1a4393d0aac31aba21f5737ede1b171e11336d77", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/1a4393d0aac31aba21f5737ede1b171e11336d77.tar.gz?rev=1a4393d0aac31aba21f5737ede1b171e11336d77" - }, - "original": { - "type": "tarball", - "url": "https://git.lix.systems/lix-project/lix/archive/release-2.93.tar.gz" - } - }, - "lix-module": { - "inputs": { - "flake-utils": "flake-utils", - "flakey-profile": "flakey-profile", - "lix": "lix", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1756125859, - "narHash": "sha256-6a+PWILmqHCs9B5eIBLg6HSZ8jYweZpgOWO8FlyVwYI=", - "rev": "d3292125035b04df00d01549a26e948631fabe1e", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/d3292125035b04df00d01549a26e948631fabe1e.tar.gz?rev=d3292125035b04df00d01549a26e948631fabe1e" - }, - "original": { - "type": "tarball", - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-2.tar.gz" - } - }, "nix-vscode-extensions": { "inputs": { "nixpkgs": [ @@ -243,7 +175,7 @@ }, "nixpkgs-esp-dev": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "nixpkgs": [ "nixpkgs-unstable" ] @@ -283,7 +215,6 @@ "agenix": "agenix", "flake-compat": "flake-compat", "home-manager": "home-manager", - "lix-module": "lix-module", "nix-vscode-extensions": "nix-vscode-extensions", "nixos-apple-silicon": "nixos-apple-silicon", "nixpkgs": "nixpkgs", @@ -320,21 +251,6 @@ "repo": "default", "type": "github" } - }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root", |
