From 0af9546182028d0c8b2bdad71b4f9283d6360f0d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 3 Jan 2024 22:46:31 +0100 Subject: [PATCH] add my own game to exported pkgs --- pkgs/2048/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/2048/default.nix b/pkgs/2048/default.nix index 15c5f28..f310c03 100644 --- a/pkgs/2048/default.nix +++ b/pkgs/2048/default.nix @@ -8,7 +8,7 @@ lib.mkDerivation rec { owner = "Frost-Phoenix"; repo = "nixos-config"; rev = "main"; - sha256 = "..."; # Replace with the actual hash + sha256 = ""; # Replace with the actual hash }; buildInputs = [