Bjørn Forsman
Bjørn Forsman
Change all literal "git", "wc" and "grep" strings throughout gitstats with corresponding _CMD variables. (Also upper-case existing "gnuplot_cmd" variable while at it.) NixOS/nixpkgs[1](http://nixos.org/nix/) generally patch programs at build time to...
I'm packaging kalibrate-rtl for Nix/NixOS and would like to ask if you could make a git tag in the repo as an indication to downstream that "this is the version...
Diff of two attic-0.15 source trees fetched at different times: ``` $ diff -uNr /nix/store/h600g290a0h8szjhdfvfn4x7janrhd8n-attic-0.15-src/ attic-0.15-today/ diff -uNr /nix/store/h600g290a0h8szjhdfvfn4x7janrhd8n-attic-0.15-src/attic/_version.py attic-0.15-today/attic/_version.py --- /nix/store/h600g290a0h8szjhdfvfn4x7janrhd8n-attic-0.15-src/attic/_version.py 1970-01-01 01:00:01.000000000 +0100 +++ attic-0.15-today/attic/_version.py 2015-04-15 21:49:03.000000000 +0200...
#### Your system information * Steam client version (build number or date): `Nov 22 2021, at 22:12:42` * Distribution (e.g. Ubuntu): `NixOS 21.05 (Gnome 40 + Wayland)` * Opted into...
The mkfs.fat --volume-id argument is currently a 32-bit hex number, but the Linux lsblk and mount commands use a dash in the middle of the (UUID - as they call...
Hi, I wonder how I can pass a local .whl file to mach-nix, to be included in the final python environment. (The wheel file I need is not hosted on...
Given this default providers (with only conda channels), I'd expect the wheel package to come from conda: ``` let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; ref = "refs/heads/master";...
``` let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; ref = "refs/heads/master"; rev = "7b0e7f6f58f7332c1b8347e2673036eada1a6998"; # 2022-03-22 }) {}; in mach-nix.mkPython { requirements = '' wheel ''; providers =...
This results in failure to create environments that pull in e.g. `_libgcc_mutex`, like the `zip` or `mlir` package does: ``` let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; ref...
I was surprised by the fact that since commit f101dc4c27fb2b100f6ea1e4d48c124dea17ea34, entries in packagesExtra seem to be used only for adding pnames to the global resolver, and mach-nix is then free...