-
Hello. I have a simple overlay in my flake:
```nix
overlayPython36 = final: prev: {python36 = (import inputs.nixpkgs-21_05 {system = prev.system;}).python36;};
```
How am I supposed to pass th…
-
`nix-shell -p nixFlakes --run "nix run github:davhau/mach-nix#with.ipython.network-pipeline "`
---
```
warning: --- Large path -------------------------------------------------------------…
InLaw updated
3 years ago
-
It seems that MacOS, Linux and Windows Subsystem for Linux use different syntax to install Nix. [See here](https://nixos.org/download.html#nix-install-linux).
[Currently the `install.sh` script in…
-
Has anyone been using pyside on nixos? I'm trying to run an example from https://github.com/pyside/pyside2-examples
I used `nix-locate -1 -w libgssapi_krb5.so.2` to decide I needed `libkrb5` and `k…
-
Building this simple flake:
```nix
{
inputs = {
mach-nix.url = "github:DavHau/mach-nix";
click-odoo-contrib = {
url = "github:acsone/click-odoo-contrib";
flake = false;
…
-
I'm using a package with uwsgi and the [official configuration module](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/web-servers/uwsgi.nix) wants a list of python packages that …
-
# #40 - Data-Driven DevOps with Launchable - Kohsuke Kawaguchi - Tech Lead Journal
[https://techleadjournal.dev/episodes/40/](https://techleadjournal.dev/episodes/40/)
-
https://peps.python.org/pep-0384/ defines the "Stable ABI" for CPython. It claims that all subsequent CPython 3.x releases will support this ABI.
Then https://peps.python.org/pep-3149/ and https:/…
-
e.g.
`pypiDataRev="eec10b9df52f10d08cc5214a37d20949018e164d" ; pypiDataSha256="03zgzszjbmdpyzia8c2x1jnyasiqy464rrjcvjznnzxlbk1gjrwg" ; ## commit: master # 2022-04-16T08:19:14Z # DavHau/pypi-deps-db…
InLaw updated
2 years ago
-
I feel that the mach-nix cmdline tool doesn't add significant value over just copy pasting the nix expression from the readme and continue from there.
The cmdline tool also adds maintenance overhea…