restore back to dev state

This commit is contained in:
jade 2024-06-18 23:31:00 -07:00
parent b64814c8c1
commit 376ecb8038
3 changed files with 8 additions and 8 deletions

View file

@ -36,15 +36,15 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1718419213,
"narHash": "sha256-WY7BGnu5PnbK4O8cKKv9kvxwzZIGbIQUQLGPHFXitI0=",
"rev": "253546d5fbf8a5aa60ac8164c1b4f5794dc4e9d1",
"lastModified": 1718590005,
"narHash": "sha256-fiWc1ZyMlTXXSjcmoEQ+NHhIgtcImPHszbOu5c515cU=",
"rev": "98d0249d5c7f5dcc1d2436c4829f073fca668f80",
"type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/253546d5fbf8a5aa60ac8164c1b4f5794dc4e9d1.tar.gz"
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/98d0249d5c7f5dcc1d2436c4829f073fca668f80.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://git.lix.systems/lix-project/lix/archive/2.90.0-rc1.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-rc1.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 = "-lix${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