add stunkymonkey home-page as source

This commit is contained in:
Felix Buehler 2022-06-26 18:15:03 +02:00
parent 987f43dd63
commit 819c842620
2 changed files with 23 additions and 1 deletions

19
flake.lock generated
View file

@ -258,7 +258,8 @@
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_3",
"nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix"
"sops-nix": "sops-nix",
"stunkymonkey": "stunkymonkey"
}
},
"rust-analyzer-src": {
@ -298,6 +299,22 @@
"type": "github"
}
},
"stunkymonkey": {
"flake": false,
"locked": {
"lastModified": 1653819201,
"narHash": "sha256-AjAknv1Pjhc0xVJnd8kPbtpkamFLcSZYSijc26vhMxw=",
"owner": "Stunkymonkey",
"repo": "stunkymonkey.de",
"rev": "0cc4ef8757886c4b85e0d8e1bf4c0f6a58ac0dd8",
"type": "github"
},
"original": {
"owner": "Stunkymonkey",
"repo": "stunkymonkey.de",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1637014545,

View file

@ -12,6 +12,11 @@
deploy-rs.url = "github:input-output-hk/deploy-rs";
sops-nix.url = "github:Mic92/sops-nix";
stunkymonkey = {
url = "github:Stunkymonkey/stunkymonkey.de";
flake = false;
};
};
outputs = { ... } @ args: import ./outputs.nix args;
}