From 819c842620815765c203be0395f013d4ba912a1e Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 26 Jun 2022 18:15:03 +0200 Subject: [PATCH] add stunkymonkey home-page as source --- flake.lock | 19 ++++++++++++++++++- flake.nix | 5 +++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index d69481f..b0df8da 100644 --- a/flake.lock +++ b/flake.lock @@ -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, diff --git a/flake.nix b/flake.nix index 67623e6..763eb94 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }