-
[direnv](https://direnv.net/) has the ability to specify the `use nix` .envrc routine to autoload shell.nix environments when entering a folder that contains them through `cd`.
When entering a nix…
-
## User Story
As a NixOS user interested in contributing I want to add a `flake.nix` file to make it easier to start working on this project
## Rationale
- A fully reproducible and declarativ…
-
on master the version of nix is to old to be used with the code provided in src/default.nix (on master)
it fails because fetchGit does not yet suport submodules.
-
Hi, thanks for creating this.
Could you please add an example with `nix-shell`?
For example, if I'm running an application with `nix-shell` like this:
NIX_PATH=nixpkgs=https://github.com/…
-
**Describe the bug**
I've got a project set up where I have a top-level `shell.nix` symlink, which points to `./subdirectory/shell.nix`.
When I upgraded to the most recent version of nix (`2.24.7`…
-
**Describe the bug**
With a recent version of Nix (tested 2.24.9 and 2.24.10; this bug was not present with 2.18.7), `mktemp` fails with an error message along the lines of:
```
$ mktemp
mktem…
-
**Describe the bug**
Using the AstalTray-Library, the trayItem-properties are null.
I get the following error, when I try to use the `gicon` property:
```
(gjs:130264): astal-CRITICAL **: 13:55:35…
-
It would be helpful to have a Nix flake for this package. The most basic version would just include a build shell, but a a more advanced version would also include a full derivation and also a NixOS s…
-
# Problem
I want to run unit tests in CI, which is why I tried to wrap the invocation of `nix-unit` in `runCommand`. This doesn't work though, presumably because `nix-unit` tries to initialise its …
-
# Performance impact when building already build package
In newer versions of nix I find the execution time of `nix build` is significantly higher for already build packages. Especially when there …