Skip to main content
-1 votes
1 answer
46 views

I have a lot of NFS mounts on my system, which all have the same options. I would love to combine these to reduce code, but I am not how to do it/if it is even possible. What I have gotten so far is ...
Kevin Holtkamp's user avatar
-5 votes
0 answers
67 views

Post body (StackOverflow / Reddit / etc.) I’m running Go tests with the race detector in GitHub Actions via Nix, and I always hit a ThreadSanitizer allocation error on Linux runners. On macOS runners ...
trai's user avatar
  • 1
Advice
1 vote
1 replies
25 views

I'm building a nixos vm using nixos-shell and I'm using the following to add the dependencies of a example project to the vm: let appRepo = pkgs.callPackage (builtins.fetchGit { url = "...
Chris Stryczynski's user avatar
0 votes
1 answer
66 views

I want to run postgresql within a nix-shell. I followed the instructions on this page: https://mgdm.net/weblog/postgresql-in-a-nix-shell/ PostgreSQL installs properly in the shell (it's not installed ...
Matt Payne's user avatar
0 votes
1 answer
125 views

In my nixos config (with flakes and home-manager as a nixos module) I have: modules/home-manager/emacs-config (my emacs config directory as a git submodule) modules/home-manager/modules/emacs.nix (a ...
Kaligule's user avatar
  • 830
0 votes
0 answers
48 views

I am trying to build dependencies with Nix, but the build for solc-0.8.25 fails because fmtlib cannot be fetched. error: builder for '/nix/store/agn4bj4gl1zih62jdc4hx54dbdkywzqg-solc-0.8.25.drv' ...
Aakash Singh's user avatar
0 votes
1 answer
117 views

In my quest to get to know Nix and NixOS better, I'm going to try moving a small utility I have onto my NixOS server. There are two components to this utility: A Perl script, which requires both (a) ...
kqr's user avatar
  • 15.1k
0 votes
1 answer
65 views

Building project withnix build '.?submodules=1#daemonPull' -L output following log. warning: Git tree '/Users/liuzichao/titanflow' is dirty warning: ignoring the client-specified setting 'build-users-...
zichao liu's user avatar
0 votes
2 answers
198 views

I am working on a c++ project using nix flakes, this is the basic flake I have developed : { description = "flake for an autonomous rover"; inputs = { nixpkgs.url = "github:...
Yasharth Gupta's user avatar
0 votes
0 answers
189 views

I am currently working on a c++ project using nix flakes. I am using a state machine library known as YASMIN (https://github.com/uleroboticsgroup/yasmin). While trying to build this package in nix I ...
Yasharth Gupta's user avatar
1 vote
0 answers
284 views

I'm using NixOS and trying to learn SDL, yesterday I got a code example to build and work but today it stopped working, I tried rebuilding everything in a different directory with no success. I'm ...
veeloth's user avatar
  • 86
2 votes
1 answer
191 views

I am trying to set up my mac M1 with nix-darwin and home-manager, this is the minimal flake that I am starting from: { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; ...
federico sordillo's user avatar
1 vote
1 answer
150 views

My goal is to share my host nix (daemon and /nix) to several docker in order to reuse files etc... How can I do it in a secure way (i.e. without allowing the docker to run with high privileges)?
tobiasBora's user avatar
  • 2,594
0 votes
0 answers
66 views

I want to package a Cabal project for NixOS. In the package directory, I put the default.nix file with the following content: { pkgs ? import <nixpkgs> { }, ... }: pkgs.haskellPackages....
amkhlv's user avatar
  • 349
0 votes
2 answers
317 views

I would like to add certain strings to a list based on a conditional in Nix. For context, I am using this to conditionally have different Waybar modules. At the moment, I have a solution, but I feel ...
Jasper Surmont's user avatar

15 30 50 per page
1
2 3 4 5
62