Remove prefetch-npm-deps override #18

Closed
k900 wants to merge 45 commits from k900/nixos-module:prefetch-npm-fix into main
2 changed files with 7 additions and 8 deletions
Showing only changes of commit e61b27f3f6 - Show all commits

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";