-
![image](https://github.com/danielrolls/shellify/assets/76426234/07a2e411-b58f-434b-beb0-fa72cec161d0)
i am using flake for my nixos, and set the nixpkgs to "github:nixos/nixpkgs/nixos-unstable" so
…
-
I'm using Flakes to enter devenv shells (i.e. https://devenv.sh/guides/using-with-flake-parts/).
An issue I'm running into is that I'm seeing the following errors whenever tools in the devenv try t…
-
In https://github.com/NixOS/nixpkgs/pull/197547
> I do not expect users or module authors to set the class attribute in their modules (although they may). Instead I envision a library like [flake-…
Atry updated
10 months ago
-
### What are you trying to do?
I'm using NixOS and have a flake with some inputs that are stored on a server I own:
```nix
{
inputs.xyz.url = "git+ssh://my.domain/path/to/git/repo.git";
}
…
-
I would be hard pressed to recommend digga to anyone anymore. It has become increasingly difficult to maintain and has a number of bugs hidden behind its API. I believe many of the original users have…
-
**Describe the bug**
A clear and concise description of what the bug is.
I can not override the python3 package with buildEnv:
**To reproduce**
Please provide an [sscce](http://sscce.org) by […
-
The flake checks can be the same as what's in the `cloud-reaper` workflow file. Other checks should run parts of `nix-watch` itself and look for specific things, e.g:
```
nix-watch -c
touch
```
…
-
Running `nix flake show github:BirdeeHub/nixCats-nvim` gives the following output (showing only the interesting part):
```
on main [!] nixCats-nvim ✦ λ nix flake show github:BirdeeHub/nixCats-nv…
-
We can use venvShellHook with plain shell.nix with something like
```
let
pkgs = import { };
pyPackages = pkgs.python311Packages;
in pkgs.mkShell {
name = "py";
venvDir = "./.venv"…
-