diff options
author | tv <tv@krebsco.de> | 2018-03-27 20:46:56 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-03-27 20:46:56 +0200 |
commit | 5f9622bbdae0a9a459fd6a70cc9a3147f382162b (patch) | |
tree | 8a719622c9a9dba23c7463ec8e169b1625cd86c0 /krebs/5pkgs/haskell/nix-diff/nixos-system.patch | |
parent | bd70fe17cbe4f99b2c5027e7b23f96cf92317a61 (diff) |
haskellPackages.nix-diff: RIP
Diffstat (limited to 'krebs/5pkgs/haskell/nix-diff/nixos-system.patch')
-rw-r--r-- | krebs/5pkgs/haskell/nix-diff/nixos-system.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/krebs/5pkgs/haskell/nix-diff/nixos-system.patch b/krebs/5pkgs/haskell/nix-diff/nixos-system.patch deleted file mode 100644 index 03e186aa9..000000000 --- a/krebs/5pkgs/haskell/nix-diff/nixos-system.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/src/Main.hs b/src/Main.hs -index 959ab8e..d3b6077 100644 ---- a/src/Main.hs -+++ b/src/Main.hs -@@ -95,7 +95,12 @@ pathToText path = - underneath `/nix/store`, but this is the overwhelmingly common use case - -} - derivationName :: FilePath -> Text --derivationName = Data.Text.dropEnd 4 . Data.Text.drop 44 . pathToText -+derivationName p = -+ if Data.Text.isPrefixOf "nixos-system" s -+ then "nixos-system" -+ else s -+ where -+ s = Data.Text.dropEnd 4 . Data.Text.drop 44 . pathToText $ p - - -- | Group input derivations by their name - groupByName :: Map FilePath (Set Text) -> Map Text (Map FilePath (Set Text)) |