flake.lock, flake.nix: update nmd, use sourcehut:~rycee/nmd

This commit is contained in:
Alexander Sosedkin 2024-02-14 22:00:43 +01:00
parent 82b4cd68fc
commit 6a0167241b
2 changed files with 31 additions and 10 deletions

37
flake.lock generated
View file

@ -91,19 +91,24 @@
}
},
"nmd_2": {
"flake": false,
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"scss-reset": "scss-reset"
},
"locked": {
"lastModified": 1666190571,
"narHash": "sha256-Z1hc7M9X6L+H83o9vOprijpzhTfOBjd0KmUTnpHAVjA=",
"owner": "rycee",
"lastModified": 1705050560,
"narHash": "sha256-x3zzcdvhJpodsmdjqB4t5mkVW22V3wqHLOun0KRBzUI=",
"owner": "~rycee",
"repo": "nmd",
"rev": "b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169",
"type": "gitlab"
"rev": "66d9334933119c36f91a78d565c152a4fdc8d3d3",
"type": "sourcehut"
},
"original": {
"owner": "rycee",
"owner": "~rycee",
"repo": "nmd",
"type": "gitlab"
"type": "sourcehut"
}
},
"nmt": {
@ -131,6 +136,22 @@
"nmd": "nmd_2"
}
},
"scss-reset": {
"flake": false,
"locked": {
"lastModified": 1683906868,
"narHash": "sha256-cif5Sx8Ca5vxdw/mNAgpulLH15TwmzyJFNM7JURpoaE=",
"owner": "andreymatin",
"repo": "scss-reset",
"rev": "5a7bd491ac82441e6283fb0d5d54644b913b30c7",
"type": "github"
},
"original": {
"owner": "andreymatin",
"repo": "scss-reset",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1659877975,

View file

@ -20,8 +20,8 @@
};
nmd = {
url = "gitlab:rycee/nmd";
flake = false;
url = "sourcehut:~rycee/nmd";
inputs.nixpkgs.follows = "nixpkgs";
};
};