aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/agame/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/agame/default.nix b/pkgs/agame/default.nix
new file mode 100644
index 0000000..97e0de7
--- /dev/null
+++ b/pkgs/agame/default.nix
@@ -0,0 +1,7 @@
+{}:
+let
+ sources = import ../../nix/sources.nix;
+ # note: uses nixpkgs-unstable
+ pkgs = import (import "${sources.agame}/nix/sources.nix").nixpkgs { };
+in
+pkgs.callPackage "${sources.agame}/agame.nix" { }