summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 0909eabe..5c715deb 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -29,6 +29,7 @@ in {
29 extension = self: super: let 29 extension = self: super: let
30 callPackage = pkgs.lib.callPackageWith ( self // { 30 callPackage = pkgs.lib.callPackageWith ( self // {
31 fetchgit = pkgs.fetchgit; 31 fetchgit = pkgs.fetchgit;
32 stdenv = pkgs.stdenv;
32 }); 33 });
33 in { 34 in {
34 trivmix = callPackage ./custom/trivmix.nix {}; 35 trivmix = callPackage ./custom/trivmix.nix {};