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 7b6e8fa9ba
commit f39f5d295a
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 = [ packages = [
pkgs.npins pkgs.npins
manage manage
pkgs.nix
]; ];
env = { env = {
NPINS_DIRECTORY = toString ../npins; NPINS_DIRECTORY = toString ../npins;

View file

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

View file

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