add my own game to exported pkgs
This commit is contained in:
parent
59f3414122
commit
0af9546182
|
@ -8,7 +8,7 @@ lib.mkDerivation rec {
|
||||||
owner = "Frost-Phoenix";
|
owner = "Frost-Phoenix";
|
||||||
repo = "nixos-config";
|
repo = "nixos-config";
|
||||||
rev = "main";
|
rev = "main";
|
||||||
sha256 = "..."; # Replace with the actual hash
|
sha256 = ""; # Replace with the actual hash
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue