this repo has no description

chore: update Lix

hauleth.dev 001cf8cb 697b72e9

verified
Changed files
+11 -12
modules
+10 -10
flake.lock
···
"lix": {
"flake": false,
"locked": {
-
"lastModified": 1737234286,
-
"narHash": "sha256-pgDJZjj4jpzkFxsqBTI/9Yb0n3gW+DvDtuv9SwQZZcs=",
-
"rev": "079528098f5998ba13c88821a2eca1005c1695de",
+
"lastModified": 1746827285,
+
"narHash": "sha256-hsFe4Tsqqg4l+FfQWphDtjC79WzNCZbEFhHI8j2KJzw=",
+
"rev": "47aad376c87e2e65967f17099277428e4b3f8e5a",
"type": "tarball",
-
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/079528098f5998ba13c88821a2eca1005c1695de.tar.gz?rev=079528098f5998ba13c88821a2eca1005c1695de"
+
"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/release-2.92.tar.gz"
+
"url": "https://git.lix.systems/lix-project/lix/archive/2.93.0.tar.gz"
}
},
"lix-module": {
···
]
},
"locked": {
-
"lastModified": 1742943028,
-
"narHash": "sha256-fprwZKE1uMzO9tiWWOrmLWBW3GPkMayQfb0xOvVFIno=",
-
"rev": "868d97695bab9d21f6070b03957bcace249fbe3c",
+
"lastModified": 1746838955,
+
"narHash": "sha256-11R4K3iAx4tLXjUs+hQ5K90JwDABD/XHhsM9nkeS5N8=",
+
"rev": "cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc",
"type": "tarball",
-
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/868d97695bab9d21f6070b03957bcace249fbe3c.tar.gz?rev=868d97695bab9d21f6070b03957bcace249fbe3c"
+
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc.tar.gz?rev=cd2a9c028df820a83ca2807dc6c6e7abc3dfa7fc"
},
"original": {
"type": "tarball",
-
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz"
+
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"
}
},
"neorg": {
+1 -1
flake.nix
···
};
lix-module = {
-
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";
+
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
-1
modules/common.nix
···
experimental-features = [
"nix-command"
"flakes"
-
"repl-flake"
];
};