Merge pull request 'Switch to the replicated forgejo, and bump lix to head' (#2) from ktemkin/nixos-module:change_url into main

Reviewed-on: #2
This commit is contained in:
jade 2024-03-09 00:30:16 -07:00
commit b2b26d073e
2 changed files with 7 additions and 8 deletions

View file

@ -36,17 +36,17 @@
"lix": {
"flake": false,
"locked": {
"lastModified": 1709868386,
"narHash": "sha256-fokesPoYzfq492bpVxC+qc/iRDwsLcOCnq6IOjl6SK4=",
"lastModified": 1709967830,
"narHash": "sha256-4AwZcUa6crNSSbsIVr7dMlk851ElnAN5BDi4NH6UEKc=",
"ref": "refs/heads/main",
"rev": "eac76dbe90ad1ceade863744739246e9b6abaa90",
"revCount": 15086,
"rev": "896e525681bbf696c330af4e51c5e161d3818350",
"revCount": 15092,
"type": "git",
"url": "ssh://gerrit.lix.systems:2022/lix"
"url": "ssh://git@git.lix.systems/lix-project/lix.git"
},
"original": {
"type": "git",
"url": "ssh://gerrit.lix.systems:2022/lix"
"url": "ssh://git@git.lix.systems/lix-project/lix.git"
}
},
"nixpkgs": {

View file

@ -1,8 +1,7 @@
{
# fixme: use the forgejo address
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.lix = {
url = "git+ssh://gerrit.lix.systems:2022/lix";
url = "git+ssh://git@git.lix.systems/lix-project/lix.git";
flake = false;
};
inputs.flake-utils.url = "github:numtide/flake-utils";