diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 06:45:41 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 08:48:06 +0100 |
commit | d95b74e84eb4e71c2481ecacc309c119b8a2c447 (patch) | |
tree | 17e44946506dbcf9fd0278ba86d660840b57a266 /pkgs | |
parent | 63147b756c8a620b8323404ab3342f0edfa41d93 (diff) |
agame: init
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/agame/default.nix | 7 |
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" { } |