Skip to content
#

nix

Here are 751 public repositories matching this topic...

nixpkgs
nix
Lermex
Lermex commented Jul 14, 2019

This issue is to announce that I'm working on implementing a Miso submission for Realworld. This is aiming to be the most comprehensive Miso example with pages, routing, auth, css, etc.

The only thing it's not gonna cover, at least initially, is full-stack development with shared types. I'll think about adding that (maybe in a separate example?) when

nixery
coderfromhere
coderfromhere commented Feb 24, 2020

Hi!

The current nixery-based containers lack clarity around ldconfig specifics in Nix, which breaks software tooling expectations, that are usually met within conventional Linux distributions.

For instance, consider the Haskell Stack

[nix-shell:~]$ docker pull nixery.dev/shell/which/stack
Using default tag: latest
latest: Pulling from shell/which/stack
30c2bb75530a: Already exis
jappeace
jappeace commented Nov 11, 2019

A lot of unit tests from libraries are failing on ghcjs.
I presume that is because they expect file system access in a different format than nodejs provides.
What I do at the moment is:

((import ./reflex) { } ).project ({ pkgs, ... }: {
    overrides = self: super: {
         relude = pkgs.haskell.lib.dontCheck super.relude; # doesn't do a test right 
   };
}

Can I disable

dmvianna
dmvianna commented Aug 27, 2019

That took me the whole day to figure out. Installation runs smoothly, and installs what's in darwin-configuration.nix, but when I type this in zsh

$ darwin-rebuild switch
building the system configuration...
error: file 'darwin-config' was not found in the Nix search path (add it using $NIX_PATH or -I), at /nix/store/i5gakh46n16945x7yllxwha24dy9m1gc-darwin/darwin/default.nix:1:40
(u
nh2
nh2 commented Dec 27, 2019

In https://github.com/nh2/static-haskell-nix/blob/d24dea3d46a727e1cd93e67458ce2768109efe0a/static-stack2nix-builder-example/default.nix#L36 I pin the version of nix itself.

I added that in the past because the upgrade from Nix 1.* to 2.0 created (if I remember correctly) different .drv files.

I would like to document cases beyond that which resulted in different .drvs or build outputs

johanot
johanot commented Feb 18, 2019

It should be possible to supply a full shell script to morph to be executed on a/multiple remote host(s).

Something along the lines of morph exec --script foobar.sh ./hostgroups/k8s.nix

The supplied script would be uploaded to the remote hosts as tempfiles and executed like so: bash /tmp/xXya81.foobar.sh

If the --script flag is provided, the command argument should either be:

  • omi
stites
stites commented Jun 12, 2016

...Once you have the results, type the numbers of the packages to install.

Bonus: if you enter the letter 's' at the beginning of the package numbers list, a nix-shell will be started with those packages instead.

Cool feature! I arrived here for a separate issue, found this, and was compelled to suggest that you mention this in the non-existent man-page, help summary, or with nox dur

chris-martin
chris-martin commented Feb 2, 2020

Neither the readme nor cabal2nix --help include an example of what a git URL looks like, and for some reason I have the hardest time remembering. Could one of these places maybe include an example of fetching a project from github? That would make this a lot easier for me to use.

Improve this page

Add a description, image, and links to the nix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nix topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.