Add iceshrimp input

This commit is contained in:
emily 2024-08-13 20:41:55 +02:00
parent 48b263f087
commit eef846fc41
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 25 additions and 0 deletions

View file

@ -471,6 +471,26 @@
"type": "github"
}
},
"iceshrimp": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1718289195,
"narHash": "sha256-xmkExjsTztXW4/AYb3d3Er6Wwg4r7AVwq7rv9E93+Ec=",
"ref": "refs/heads/dev",
"rev": "746c6319d3425ccfacc906535c67951e161996d9",
"revCount": 47,
"type": "git",
"url": "https://iceshrimp.dev/iceshrimp/packaging"
},
"original": {
"type": "git",
"url": "https://iceshrimp.dev/iceshrimp/packaging"
}
},
"kyouma-www": {
"inputs": {
"flake-utils": [
@ -674,6 +694,7 @@
"fernglas": "fernglas",
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"iceshrimp": "iceshrimp",
"kyouma-www": "kyouma-www",
"nixos-hardware": "nixos-hardware",
"nixos-needsreboot": "nixos-needsreboot",

View file

@ -27,6 +27,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
iceshrimp = {
url = "git+https://iceshrimp.dev/iceshrimp/packaging";
inputs.nixpkgs.follows = "nixpkgs";
};
kyouma-www = {
url = "git+https://woof.rip/emily/kyouma-net.git";
inputs.nixpkgs.follows = "nixpkgs";