Nix Flakes | 859 Members | |
| 177 Servers |
| Sender | Message | Time |
|---|---|---|
| 21 Jul 2024 | ||
| Is there some ways to disable locking of some inputs (temporarelly), like a dependancy to a local copy of Nixpkgs? | 13:03:47 | |
| Also, it is possible to not use the git indexing for local git repo? | 13:05:34 | |
| * Is there some ways to disable locking of some inputs (temporarelly), like a dependancy to a local copy of Nixpkgs? (edit: it seems Nix does it automatically now when it already point to a local repo) | 13:13:24 | |
In reply to @marius851000:mariusdavid.frAre you looking for nix flake lock --update-input input-name --override-input input-name ../input/path? | 15:04:39 | |
| So, the official recommendation is to use flakes in vanilla form (i.e. without flake-lib or flake modules, ...), right? | 15:06:53 | |
| I've been taking my base configuration flake down that road, so far, but now I'm encountering a problem, where I feel I should use flake modules: I want to generate flake apps based on some config inputs, and I feel like flake modules are appropriate there. Or can somebody recommend alternatives? | 15:08:59 | |
| * I've been taking my base configuration flake down that road, so far, but now I'm encountering a problem, where I feel I should use flake modules: I want to generate flake apps based on some config inputs, and I feel like flake-parts would be appropriate there. Or can somebody recommend alternatives? | 15:10:32 | |
| 22 Jul 2024 | ||
| 07:46:08 | ||
| 22:21:17 | ||
| 23 Jul 2024 | ||
| 08:20:05 | ||
| 15:30:02 | ||
| 24 Jul 2024 | ||
| 10:16:07 | ||
| 18:27:35 | ||
How do I run the checkPhase of a particular package in nix flake check? | 18:27:50 | |
| 25 Jul 2024 | ||
Hi folks, can I automatically extract attributes from an attribute set? Imagine that I have many things inside let ... in that get build and used in side dev shells. But I also want to be able to build them as a first class citizen. I can inherti <thing>, but doing it for 10 things seems bit awkward. | 09:01:40 | |
* Hi folks, can I automatically extract attributes from an attribute set? Imagine that I have many things inside let ... in that get build and used in side dev shells. But I also want to be able to build them as a first class citizen. I can inherit <thing>, but doing it for 10 things seems bit awkward. | 09:01:46 | |
So I was thinking to inherit { ... } , but how to then "unwrap" the individual attributes? | 09:05:18 | |
Hm, or I could then build it with nix build .#<attribute>.<thingy>. | 09:06:34 | |
In reply to @quapka4:matrix.orgdo you maybe want rec? https://nix.dev/manual/nix/2.23/language/constructs | 10:02:47 | |
| 12:47:28 | ||
| Hello, I am having this problem: https://discourse.nixos.org/t/configuring-neovim-how-to-run-non-nix-executables/49631 Can the problem I am having be resolved with a flake? | 18:39:12 | |
| 27 Jul 2024 | ||
| 11:58:48 | ||
| 28 Jul 2024 | ||
| 13:19:20 | ||
| 29 Jul 2024 | ||
| 03:39:18 | ||
| 13:23:12 | ||
| 15:04:47 | ||
| 31 Jul 2024 | ||
| 11:55:17 | ||
| 15:52:25 | ||
| Hi, I am trying to setup a flake for my rust program but I am having some issues... I am using the Burn framework for neural networks and am importing an ONNX pre-trained models in a (I am able to compile just fine in a dev shell) (I hope this is the right room to ask in) | 15:58:00 | |
| My messy
| 15:58:27 | |