1
0
Fork 0

chore: update lix src
All checks were successful
Build / build-amd64-linux (push) Successful in 34s
Build / build-arm64-linux (push) Successful in 4m30s

This commit is contained in:
Daniel Kempkens 2024-11-11 23:27:09 +01:00
parent 8b0b79e254
commit 84c220f80a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 9 additions and 6 deletions

View file

@ -335,13 +335,16 @@
"locked": { "locked": {
"lastModified": 1729360442, "lastModified": 1729360442,
"narHash": "sha256-6U0CyPycIBc04hbYy2hBINnVso58n/ZyywY2BD3hu+s=", "narHash": "sha256-6U0CyPycIBc04hbYy2hBINnVso58n/ZyywY2BD3hu+s=",
"rev": "9098ac95768f7006d7e070b88bae76939f6034e6", "ref": "stable",
"type": "tarball", "rev": "2bbdcd73b9a464f8acf45a7100feb979883ba485",
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/9098ac95768f7006d7e070b88bae76939f6034e6.tar.gz?rev=9098ac95768f7006d7e070b88bae76939f6034e6" "revCount": 110,
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
}, },
"original": { "original": {
"type": "tarball", "ref": "stable",
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz" "type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
} }
}, },
"mkalias": { "mkalias": {

View file

@ -6,7 +6,7 @@
# Lix # Lix
lix-module = { lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz"; url = "git+https://git.lix.systems/lix-project/nixos-module?ref=stable";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };