use sourcehut specific input for howdy

dev-docs
Moritz Böhme 2022-11-18 13:27:12 +01:00
parent ffced49e21
commit 06f4305353
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 16 additions and 27 deletions

View File

@ -249,21 +249,23 @@
"howdy": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs",
"nixpkgs": [
"nixpkgs"
],
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1665343480,
"narHash": "sha256-mMaZFrDDiBcHDe8+lA87P3iMPea+RGfik5/E4Dyzk8U=",
"ref": "refs/heads/main",
"owner": "~moritzboehme",
"repo": "howdy",
"rev": "24a7cfb8c2fef1873275dbdf7c8ad562c22083de",
"revCount": 5,
"type": "git",
"url": "https://git.sr.ht/~moritzboehme/howdy"
"type": "sourcehut"
},
"original": {
"type": "git",
"url": "https://git.sr.ht/~moritzboehme/howdy"
"owner": "~moritzboehme",
"repo": "howdy",
"type": "sourcehut"
}
},
"master": {
@ -304,22 +306,6 @@
}
},
"nixpkgs": {
"locked": {
"lastModified": 1665266435,
"narHash": "sha256-vLhkXxNzAIvJNLyjm6fGe9Rwy/lsE9dc5MgV7w1EtCs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8e8b0bd1fd99ac2bdca112f9e2431d7c80b1d655",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1667669848,
"narHash": "sha256-nD2dk2A+1zUlUT18ppDFVWwimi26+ultc2QRsulQwQ8=",
@ -335,7 +321,7 @@
"type": "github"
}
},
"nixpkgs_3": {
"nixpkgs_2": {
"locked": {
"lastModified": 1667292599,
"narHash": "sha256-7ISOUI1aj6UKMPIL+wwthENL22L3+A9V+jS8Is3QsRo=",
@ -377,7 +363,7 @@
"pre-commit-hooks_2": {
"inputs": {
"flake-utils": "flake-utils_3",
"nixpkgs": "nixpkgs_3"
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1667760143,
@ -406,7 +392,7 @@
"home-manager": "home-manager",
"howdy": "howdy",
"master": "master",
"nixpkgs": "nixpkgs_2",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks_2",
"stable": "stable",
"utils": "utils_3"

View File

@ -63,7 +63,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
howdy.url = "git+https://git.sr.ht/~moritzboehme/howdy";
howdy = {
url = "sourcehut:~moritzboehme/howdy";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =