aboutsummaryrefslogtreecommitdiff
path: root/flakes/paste/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/paste/flake.nix')
-rw-r--r--flakes/paste/flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flakes/paste/flake.nix b/flakes/paste/flake.nix
index 08d0681..97e31c8 100644
--- a/flakes/paste/flake.nix
+++ b/flakes/paste/flake.nix
@@ -45,6 +45,8 @@
45 let 45 let
46 cfg = config.services.paste; 46 cfg = config.services.paste;
47 in { 47 in {
48 # Necessary for situations where flake gets included multiple times
49 key = builtins.hashString "sha256" (builtins.path { path = self.sourceInfo.outPath; name = "source"; });
48 options = { 50 options = {
49 services.paste = { 51 services.paste = {
50 enable = lib.mkOption { 52 enable = lib.mkOption {