lix-module fixed upstream
Some checks failed
/ test (push) Failing after 39s

This commit is contained in:
Andrea Ciceri 2024-05-16 14:48:40 +02:00
parent ea7579024f
commit 11c2e5d852
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 11 additions and 11 deletions

19
flake.lock generated
View file

@ -755,15 +755,16 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1715824080,
"narHash": "sha256-kWC51F+F2sRVoVP2KuBGnHMM4Dq+vgU1Jqd/zVSbMs8=",
"ref": "refs/heads/main",
"rev": "9249c89dc617084640848d4b429311ed3dc152d9",
"revCount": 15572,
"lastModified": 1714955862,
"narHash": "sha256-REWlo2RYHfJkxnmZTEJu3Cd/2VM+wjjpPy7Xi4BdDTQ=",
"ref": "refs/tags/2.90-beta.1",
"rev": "b6799ab0374a8e1907a48915d3187e07da41d88c",
"revCount": 15501,
"type": "git",
"url": "https://git@git.lix.systems/lix-project/lix"
},
"original": {
"ref": "refs/tags/2.90-beta.1",
"type": "git",
"url": "https://git@git.lix.systems/lix-project/lix"
}
@ -780,11 +781,11 @@
]
},
"locked": {
"lastModified": 1715825027,
"narHash": "sha256-S13A4wjZ/3TH3x8UmSqojVs9o67eh6yL3gCt7omT5DU=",
"lastModified": 1715863402,
"narHash": "sha256-WbNIHMe+NPRtn7AwFhIDYwMWwgTNJ5pVUXfcdhxv8ek=",
"ref": "refs/heads/main",
"rev": "fbc1c1c4daaefa601e2042c97927e540e9f4467d",
"revCount": 79,
"rev": "36dbb9dbfbac2b72c431a3a934258079931d0065",
"revCount": 80,
"type": "git",
"url": "https://git.lix.systems/lix-project/nixos-module"
},

View file

@ -54,8 +54,7 @@
nix-on-droid.url = "github:nix-community/nix-on-droid";
nixd.url = "github:nix-community/nixd";
lix = {
# url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
url = "git+https://git@git.lix.systems/lix-project/lix";
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
flake = false;
};
lix-module = {