go back to lix main

This commit is contained in:
Daylin Morgan 2025-01-20 11:45:51 -06:00
parent 7c4cdd7906
commit 927c1bbf6c
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 27 additions and 30 deletions

View file

@ -7,17 +7,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732406038, "lastModified": 1736736253,
"narHash": "sha256-BYNBN+Rtc/SX6qI7m3nmryufRPn0ZYd40yHDo9VQaNE=", "narHash": "sha256-GrktftEfXmmdKOU0yz3QXckDz1ncZ+f4KLU8XnYKYuA=",
"owner": "AshleyYakeley", "owner": "AshleyYakeley",
"repo": "NixVirt", "repo": "NixVirt",
"rev": "fe3aaa86d4458e4f84348941297f7ba82e2a9f67", "rev": "9063243af5e6674359a0ff7cec57f02eeacf0cea",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "AshleyYakeley", "owner": "AshleyYakeley",
"repo": "NixVirt", "repo": "NixVirt",
"rev": "fe3aaa86d4458e4f84348941297f7ba82e2a9f67", "rev": "9063243af5e6674359a0ff7cec57f02eeacf0cea",
"type": "github" "type": "github"
} }
}, },
@ -475,15 +475,15 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1737234286, "lastModified": 1737301226,
"narHash": "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=", "narHash": "sha256-Gt0o5Reh1Pm/1Bf5QawWWbEB6A1kExmc9Wva4bq8Bx8=",
"rev": "2837da71ec1588c1187d2e554719b15904a46c8b", "rev": "4bb97b2a9b4e96b825e621810900ce077fdf7efb",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/2837da71ec1588c1187d2e554719b15904a46c8b.tar.gz?rev=2837da71ec1588c1187d2e554719b15904a46c8b" "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/4bb97b2a9b4e96b825e621810900ce077fdf7efb.tar.gz?rev=4bb97b2a9b4e96b825e621810900ce077fdf7efb"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/lix-project/lix/archive/2.92.0.tar.gz" "url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"
} }
}, },
"lix-attic": { "lix-attic": {
@ -524,21 +524,23 @@
"flake-utils" "flake-utils"
], ],
"flakey-profile": "flakey-profile", "flakey-profile": "flakey-profile",
"lix": "lix", "lix": [
"lix"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1737237494, "lastModified": 1737241037,
"narHash": "sha256-YMLrcBpf0TR5r/eaqm8lxzFPap2TxCor0ZGcK3a7+b8=", "narHash": "sha256-6LIpS3rK1Ch6OXis4tvBTgGBTRb+NptDAfhPNzmgZSE=",
"rev": "b90bf629bbd835e61f1317b99e12f8c831017006", "rev": "690f7c0fa2935bf591cccf4d7312b3e0f470298b",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/b90bf629bbd835e61f1317b99e12f8c831017006.tar.gz?rev=b90bf629bbd835e61f1317b99e12f8c831017006" "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/690f7c0fa2935bf591cccf4d7312b3e0f470298b.tar.gz?rev=690f7c0fa2935bf591cccf4d7312b3e0f470298b"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz" "url": "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"
} }
}, },
"my-nixpkgs": { "my-nixpkgs": {
@ -735,6 +737,7 @@
"hyprman": "hyprman", "hyprman": "hyprman",
"jj": "jj", "jj": "jj",
"lib-aggregate": "lib-aggregate", "lib-aggregate": "lib-aggregate",
"lix": "lix",
"lix-attic": "lix-attic", "lix-attic": "lix-attic",
"lix-module": "lix-module", "lix-module": "lix-module",
"my-nixpkgs": "my-nixpkgs", "my-nixpkgs": "my-nixpkgs",

View file

@ -8,22 +8,16 @@
stable.url = "github:nixos/nixpkgs/nixos-24.05"; stable.url = "github:nixos/nixpkgs/nixos-24.05";
my-nixpkgs.url = "github:daylinmorgan/nixpkgs/nixos-unstable"; my-nixpkgs.url = "github:daylinmorgan/nixpkgs/nixos-unstable";
# lix = { lix-module.url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
# url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"; lix-module.inputs.nixpkgs.follows = "nixpkgs";
# flake = false; lix-module.inputs.flake-utils.follows = "flake-utils";
# }; lix = {
# lix-module = { url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
# url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; flake = false;
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.lix.follows = "lix";
# };
#
# keep for when lix breaks :/
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
}; };
lix-module.inputs.lix.follows = "lix";
# keep for when lix breaks :/
# lix-module.url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
nixos-wsl.url = "github:nix-community/NixOS-WSL"; nixos-wsl.url = "github:nix-community/NixOS-WSL";