1
0
Fork 0

Remove addding nixpkgs (did not fix the issue)

This commit is contained in:
lois Verheij 2025-03-11 16:22:24 +01:00 committed by Kiara Grouwstra
parent cc5101063b
commit e86712beec
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
3 changed files with 0 additions and 4 deletions

View file

@ -22,7 +22,6 @@ in
packages = [
pkgs.npins
manage
pkgs.nix
];
env = {
NPINS_DIRECTORY = toString ../npins;

View file

@ -37,7 +37,6 @@ let
django-libsass
django_4
setuptools
pkgs.nix
]
++ cfg.package.propagatedBuildInputs
);

View file

@ -2,7 +2,6 @@
lib,
sqlite,
python3,
nix,
}:
let
src =
@ -51,7 +50,6 @@ python3.pkgs.buildPythonPackage {
in
[
sqlite
nix
]
++ pythonPackages;