Switch back to dev

This commit is contained in:
jade 2024-07-10 22:04:32 +02:00
parent 76b03ac493
commit acc5d87da9
3 changed files with 7 additions and 7 deletions

View file

@ -37,14 +37,14 @@
"flake": false,
"locked": {
"lastModified": 1720626042,
"narHash": "sha256-f8k+BezKdJfmE+k7zgBJiohtS3VkkriycdXYsKOm3sc=",
"rev": "2a4376be20d70feaa2b0e640c5041fb66ddc67ed",
"narHash": "sha256-w8JAk9Z3Fmkyway0VCjy/PtoBC6bGQVhNfTzFA98Pg8=",
"rev": "4bbdb2f5564b9b42bcaf0e1eec28325300f31c72",
"type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/2a4376be20d70feaa2b0e640c5041fb66ddc67ed.tar.gz"
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/4bbdb2f5564b9b42bcaf0e1eec28325300f31c72.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://git.lix.systems/lix-project/lix/archive/2.90.0.tar.gz"
"url": "https://git.lix.systems/lix-project/lix/archive/release-2.90.tar.gz"
}
},
"nixpkgs": {

View file

@ -1,7 +1,7 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.lix = {
url = "https://git.lix.systems/lix-project/lix/archive/2.90.0.tar.gz";
url = "https://git.lix.systems/lix-project/lix/archive/release-2.90.tar.gz";
flake = false;
};
inputs.flake-utils.url = "github:numtide/flake-utils";

View file

@ -6,10 +6,10 @@ let
# usage.
# https://github.com/nixos/nixpkgs/blob/6afb255d976f85f3359e4929abd6f5149c323a02/nixos/modules/config/nix.nix#L121
lixPkg = final.callPackage (lix + "/package.nix") ({
# versionSuffix = "-${versionSuffix}";
versionSuffix = "-${versionSuffix}";
# FIXME: do this more sensibly for future releases
# https://git.lix.systems/lix-project/lix/issues/406
officialRelease = true;
officialRelease = false;
});
# These packages depend on Nix features that Lix does not support