diff options
author | Vincent Ambo <mail@tazj.in> | 2019-09-02T18·04+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02T18·04+0100 |
commit | 2f239426aa4b9783c301a0ecbb4a9a4fd8b8e6dd (patch) | |
tree | 6656efbc41e5dd9c90759b7773538ac064666d54 /infra/nixos/tazblog/configuration-packages.nix | |
parent | 4bd6d528008c6a8a7357a2c40013931800582252 (diff) | |
parent | e2feae3387e5d95715bdd27cd62753a18abf16bd (diff) |
Merge pull request #2 from tazjin/refactor/nixos-nginx-cleanup r/73
Remove old NixOS config and move oslo.pub
Diffstat (limited to 'infra/nixos/tazblog/configuration-packages.nix')
-rw-r--r-- | infra/nixos/tazblog/configuration-packages.nix | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/infra/nixos/tazblog/configuration-packages.nix b/infra/nixos/tazblog/configuration-packages.nix deleted file mode 100644 index d27d68b6d60c..000000000000 --- a/infra/nixos/tazblog/configuration-packages.nix +++ /dev/null @@ -1,44 +0,0 @@ -# Generated by stackage2nix 0.4.0 from "/nix/store/848g1i6w075hdan5w0i4zjc2vgrhig7f-stackage-all/lts-9.20.yaml" -{ pkgs, haskellLib }: - -with haskellLib; self: super: { - - # core packages - "array" = null; - "base" = null; - "binary" = null; - "bytestring" = null; - "containers" = null; - "deepseq" = null; - "directory" = null; - "filepath" = null; - "ghc-boot" = null; - "ghc-boot-th" = null; - "ghc-prim" = null; - "ghci" = null; - "hoopl" = null; - "hpc" = null; - "integer-gmp" = null; - "pretty" = null; - "process" = null; - "rts" = null; - "template-haskell" = null; - "time" = null; - "transformers" = null; - "unix" = null; - # break cycle: HUnit call-stack nanospec hspec QuickCheck test-framework xml text quickcheck-unicode test-framework-hunit test-framework-quickcheck2 hspec-core async hspec-expectations hspec-meta quickcheck-io silently temporary base-compat exceptions tasty clock tasty-quickcheck tasty-hunit optparse-applicative regex-tdfa parsec hspec-discover stringbuilder - "stringbuilder" = dontCheck super.stringbuilder; - "hspec-discover" = dontCheck super.hspec-discover; - "optparse-applicative" = dontCheck super.optparse-applicative; - "clock" = dontCheck super.clock; - "exceptions" = dontCheck super.exceptions; - "base-compat" = dontCheck super.base-compat; - "temporary" = dontCheck super.temporary; - "silently" = dontCheck super.silently; - "async" = dontCheck super.async; - "text" = dontCheck super.text; - "nanospec" = dontCheck super.nanospec; - # break cycle: statistics monad-par mwc-random vector-algorithms - "mwc-random" = dontCheck super.mwc-random; - -} |