summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 15:24:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 15:24:41 +0200
commit679e58e96ed5ffe00a678dd26285f19bb3ea5721 (patch)
tree25992b65f271f193c37f4b0528a04ae77d14e8de
parent409484adb9ca96480b26f63c7c9c3752380fc959 (diff)
downloadnixos-679e58e96ed5ffe00a678dd26285f19bb3ea5721.tar
nixos-679e58e96ed5ffe00a678dd26285f19bb3ea5721.tar.gz
nixos-679e58e96ed5ffe00a678dd26285f19bb3ea5721.tar.bz2
nixos-679e58e96ed5ffe00a678dd26285f19bb3ea5721.tar.xz
nixos-679e58e96ed5ffe00a678dd26285f19bb3ea5721.zip
Cleanup
-rw-r--r--bragi.nix6
-rw-r--r--customized/autofs.nix (renamed from autofs.nix)0
-rw-r--r--customized/jack2.nix (renamed from jack2.nix)0
-rw-r--r--customized/mpd.nix (renamed from mpd.nix)0
4 files changed, 3 insertions, 3 deletions
diff --git a/bragi.nix b/bragi.nix
index 8d52bf45..ef32b78f 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -4,7 +4,7 @@
4 imports = 4 imports =
5 [ 5 [
6 ./bragi-hw.nix 6 ./bragi-hw.nix
7 ./autofs.nix 7 ./customized/autofs.nix
8 ]; 8 ];
9 9
10 boot.loader.grub.enable = true; 10 boot.loader.grub.enable = true;
@@ -29,8 +29,8 @@
29 29
30 nixpkgs.config.packageOverrides = pkgs: 30 nixpkgs.config.packageOverrides = pkgs:
31 { 31 {
32 jack2 = pkgs.callPackage ./jack2.nix {}; 32 jack2 = pkgs.callPackage ./customized/jack2.nix {};
33 mpd = pkgs.callPackage ./mpd.nix { 33 mpd = pkgs.callPackage ./customized/mpd.nix {
34 gmeSupport = false; 34 gmeSupport = false;
35 game-music-emu = null; 35 game-music-emu = null;
36 }; 36 };
diff --git a/autofs.nix b/customized/autofs.nix
index f4a1059d..f4a1059d 100644
--- a/autofs.nix
+++ b/customized/autofs.nix
diff --git a/jack2.nix b/customized/jack2.nix
index f4f8fcaf..f4f8fcaf 100644
--- a/jack2.nix
+++ b/customized/jack2.nix
diff --git a/mpd.nix b/customized/mpd.nix
index 36b78388..36b78388 100644
--- a/mpd.nix
+++ b/customized/mpd.nix