From aa047fd2583780b330eeefaf3efd664b36c7cbd3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 22 Jun 2017 05:00:43 +0200 Subject: profiles/base: Remove nix-repl from packages Nix 1.12 already contains "nix repl" and as I'm using Nix 1.12 on all of my machines the nix-repl package is obsolete. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 14 -------------- modules/user/aszlig/profiles/workstation/packages.nix | 1 - 2 files changed, 15 deletions(-) (limited to 'modules/user/aszlig/profiles') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index 47a64eda..3f6ffca3 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -81,20 +81,6 @@ in { checksumType = "mhash"; }; nix = pkgs.nixUnstable; - # XXX: As of edolstra/nix-repl@8a2f5f0, this won't build with - # nixUnstable (version 1.12pre4509_69f28eb). - nix-repl = pkgs.nix-repl.overrideDerivation (drv: { - src = pkgs.fetchFromGitHub { - owner = "edolstra"; - repo = "nix-repl"; - rev = "0e49f941205769852846cb8afa228831cf6ae363"; - sha256 = "0zsxkxypnm8zzzslvcdqips7glbxw1riq9mxn9w23kayl8d1mfpx"; - }; - NIX_CFLAGS_COMPILE = "-std=c++1y"; - postPatch = (drv.postPatch or "") + '' - sed -i -e 's/pid\.wait(true)/pid.wait()/g' nix-repl.cc - ''; - }); uqm = pkgs.uqm.override { use3DOVideos = true; useRemixPacks = true; diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix index 5bb1f167..b72cc72e 100644 --- a/modules/user/aszlig/profiles/workstation/packages.nix +++ b/modules/user/aszlig/profiles/workstation/packages.nix @@ -36,7 +36,6 @@ pkgs: with pkgs; [ ncdu netrw nix-prefetch-scripts - nix-repl vuizvui.aszlig.nixops nmap openssh -- cgit 1.4.1