Giter Club home page Giter Club logo

nixie's Introduction

nixie

Personal, micro distro built on NixOS

nixie's People

Contributors

c0c0n3 avatar

Stargazers

Thomas Leon Highbaugh avatar

Watchers

 avatar  avatar

nixie's Issues

Haskell broken packages

These two packages are marked as broken in the Nixpkgs (21.11) Haskell set (GHC 8.10.7) we're using in Nixie at the moment:

  • haddock-api-2.25.0
  • diagrams-graphviz-1.4.1.1

So when you try building Nixie's Haskell env, Nix moans about them being "marked as broken" and fails the build.

Diagrams-Graphviz I pull in myself, so I commented that out in the Haskell env. But Haddock API is a dep of Haddock, so I had to comment out Haddock in the Haskell env to make the env derivation build. Notice that these guys have a history of being broken

Also keep in mind there's even more broken packages in the GHC 9.2.1 set. To see that, swap out

pkgs.haskellPackages.ghcWithPackages

for

pkgs.haskell.packages.ghc921.ghcWithPackages

in the mkEnv function.

Come up with a solution!

Better CLI tools

Put together a better CLI tools package.

  • Consider zapping builtins.currentSystem.
  • Consider if you really need the pkgs / package split.
  • Come up w/ a better selection of CLI tools. E.g. use curl instead of aria, dua instead of du-dust, dogdns instead of ldns, nmap instead of ncat, eza instead of tree, ditch x11 stuff since we're moving to Wayland.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.