diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 20:52:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 20:52:35 +0200 |
commit | 424839c1f00c60ca1e315e2427e4326b914651af (patch) | |
tree | 91b8c836db418bd9fb575ceebe73284984237dcb /bragi.nix | |
parent | 5f29cb00178d08f6e1afb7359b7803c1cbb14cc7 (diff) | |
download | nixos-424839c1f00c60ca1e315e2427e4326b914651af.tar nixos-424839c1f00c60ca1e315e2427e4326b914651af.tar.gz nixos-424839c1f00c60ca1e315e2427e4326b914651af.tar.bz2 nixos-424839c1f00c60ca1e315e2427e4326b914651af.tar.xz nixos-424839c1f00c60ca1e315e2427e4326b914651af.zip |
namespace
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ in { | |||
36 | nixpkgs.config.packageOverrides = pkgs: | 36 | nixpkgs.config.packageOverrides = pkgs: |
37 | { | 37 | { |
38 | trivmix = let trivmix = pkgs.callPackage ./customized/trivmix.nix {}; in | 38 | trivmix = let trivmix = pkgs.callPackage ./customized/trivmix.nix {}; in |
39 | stdenv.mkDerivation { | 39 | pkgs.stdenv.mkDerivation { |
40 | name = "trivmix-wrapper"; | 40 | name = "trivmix-wrapper"; |
41 | nativeBuildInputs = [ pkgs.makeWrapper ]; | 41 | nativeBuildInputs = [ pkgs.makeWrapper ]; |
42 | buildCommand = '' | 42 | buildCommand = '' |