-
I did a quick hack on a branch of mine a bit back: https://github.com/srid/nixos-flake/compare/master...tgunnoe:nixos-flake:extraModules
The use case is adding colmena along with flake-parts, but ex…
-
**Issue by [mhaberler](https://github.com/mhaberler)**
_Fri Apr 11 17:10:32 2014_
_Originally opened as https://github.com/machinekit/machinekit/issues/114_
----
Commands passed via NML typically h…
-
I had hyprgrass installed and working correctly as recently as last week, but today I was updating my system again and I got this error message:
```
g++ -Isrc/libhyprgrass.so.p -Isrc -I../src -I/nix…
-
I'm trying to add a custom option `lib` to my reusable flake module, and here's [what the documentation has to say about it](https://flake.parts/define-custom-flake-attribute#how-do-i-do-it) (emphasis…
-
### Aim
After upgrading from Noir 0.8.0 to Noir 0.19.2 , I tried generating a solidity verifier for my circuit.
### Expected Behavior
A working solidity program with a UltraVerifier contract defin…
-
so can add it and grab binaries from pkgs, instead direct reference input
```[tasklist]
### Tasks
- [x] Refactor to use flake-parts
- [x] Add overlay
- [x] Remove pre-commit hooks
- [x] Expose a…
-
## Version **3.5.0** of [mocha](https://github.com/mochajs/mocha) just got published.
Branch
Build failing 🚨
Dependency
mocha
…
-
Setting a top level attribute for which there is no option defined yields an infinite recursion error.
Example:
```nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs?rev=8efd5d1e283604f75a808a…
-
Hi,
I have a running NixOS/flakes installation according to https://github.com/novoid/nixos-config
I do want to change my existing hostname. I modified my NixOS configuration but now I need to t…
-
The following flake leads to an infinite recursion:
```nix
{
outputs = inputs@{flake-parts, nixpkgs, self, ...}:
flake-parts.lib.mkFlake {inherit inputs;} {
nixosConfigurations.defaul…