summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-09 01:36:52 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-09 01:36:52 +0100
commit2d669270837aeacfcc8befb93d504cb35aed074f (patch)
tree1c06ee8396be0a0848653f4bd1372b779ea041cd
parentc1159c408c21a52dd9abc979cadadbfe87bcb0dd (diff)
parente45e6176a0adbf5bc165b3413cc1cdc6912cfca8 (diff)
downloadnixos-2d669270837aeacfcc8befb93d504cb35aed074f.tar
nixos-2d669270837aeacfcc8befb93d504cb35aed074f.tar.gz
nixos-2d669270837aeacfcc8befb93d504cb35aed074f.tar.bz2
nixos-2d669270837aeacfcc8befb93d504cb35aed074f.tar.xz
nixos-2d669270837aeacfcc8befb93d504cb35aed074f.zip
Merge branch 'ymir'
-rw-r--r--.gitmodules9
m---------beuteltier0
m---------custom/thermoprint0
m---------dotfiles0
m---------opossum0
-rw-r--r--users/gkleen@bragi.nix23
m---------utils0
m---------wombat0
8 files changed, 0 insertions, 32 deletions
diff --git a/.gitmodules b/.gitmodules
index dec45e26..893c312d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,6 @@
1[submodule "trivmix"] 1[submodule "trivmix"]
2 path = custom/trivmix 2 path = custom/trivmix
3 url = git://git.yggdrasil.li/trivmix 3 url = git://git.yggdrasil.li/trivmix
4[submodule "beuteltier"]
5 path = beuteltier
6 url = git://git.yggdrasil.li/beuteltier
7[submodule "opossum"]
8 path = opossum
9 url = git://git.yggdrasil.li/opossum
10[submodule "wombat"]
11 path = wombat
12 url = git://git.yggdrasil.li/wombat
13[submodule "laeradhr"] 4[submodule "laeradhr"]
14 path = laeradhr 5 path = laeradhr
15 url = git://git.yggdrasil.li/laeradhr 6 url = git://git.yggdrasil.li/laeradhr
diff --git a/beuteltier b/beuteltier
deleted file mode 160000
Subproject 1a5d76465c0393d239266eec4aa9b6c1ada7d09
diff --git a/custom/thermoprint b/custom/thermoprint
Subproject 196c14be08e5c17514c7d199085a44d094d8b0c Subproject 08eee2f0de77ffa631e84ccf734e8e95817b7c8
diff --git a/dotfiles b/dotfiles
Subproject 289d0669d0528001c7f2ca6a28312f530d5ad13 Subproject 36598e52f49b355a6fec739d82d5faea42790d6
diff --git a/opossum b/opossum
deleted file mode 160000
Subproject 0f944da4ba804be7709c3a3cadb20aa59d3106a
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix
index e3c099f2..b67696a5 100644
--- a/users/gkleen@bragi.nix
+++ b/users/gkleen@bragi.nix
@@ -35,34 +35,11 @@
35 in { 35 in {
36 attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {}; 36 attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {};
37 shellMonad = callPackage ../custom/shell-monad.nix {}; 37 shellMonad = callPackage ../custom/shell-monad.nix {};
38 beuteltier = callPackage ../custom/beuteltier.nix {};
39 opossum = callPackage ../custom/opossum.nix {};
40 opossumWrapper = callPackage ../custom/opossum-wrapper.nix {};
41 wombat = callPackage ../custom/wombat.nix {};
42 wombatWrapper = pkgs.stdenv.mkDerivation {
43 name = "wombat-wrapper";
44 src = self.wombat;
45 unpackPhase = "true";
46 buildInputs = [ pkgs.makeWrapper pkgs.rsync ];
47 installPhase = ''
48 mkdir -p $out
49 rsync -a $src/ $out/
50 chmod u+w $out/bin
51 wrapProgram $out/bin/wombat \
52 --prefix PATH : ${pkgs.ffmpeg}/bin \
53 --prefix PATH : ${pkgs.wget}/bin \
54 --prefix PATH : ${pkgs.youtube-dl}/bin
55 '';
56 };
57 filelock = callPackage ../custom/filelock.nix {}; 38 filelock = callPackage ../custom/filelock.nix {};
58 trivmix = callPackage ../custom/trivmix.nix {}; 39 trivmix = callPackage ../custom/trivmix.nix {};
59 }; 40 };
60 } 41 }
61 ); 42 );
62 runOpossum = pkgs.callPackage ../custom/run-opossum_bragi.nix {
63 wombat = myHaskellPackages.wombatWrapper;
64 opossum = myHaskellPackages.opossumWrapper;
65 };
66 adjmix = let trivmix = myHaskellPackages.trivmix; in 43 adjmix = let trivmix = myHaskellPackages.trivmix; in
67 pkgs.stdenv.mkDerivation { 44 pkgs.stdenv.mkDerivation {
68 name = "adjmix"; 45 name = "adjmix";
diff --git a/utils b/utils
Subproject c779f0540d8db359e09df975206046bb5b971fd Subproject dd28d96d3469a46888ac4e1103818978aa4fc51
diff --git a/wombat b/wombat
deleted file mode 160000
Subproject b09c8c567fed4154b1ea9d7d5a492a628ea6b67