forked from Fediversity/Fediversity
Remove addding nixpkgs (did not fix the issue)
This commit is contained in:
parent
7b6e8fa9ba
commit
f39f5d295a
3 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,6 @@ in
|
|||
packages = [
|
||||
pkgs.npins
|
||||
manage
|
||||
pkgs.nix
|
||||
];
|
||||
env = {
|
||||
NPINS_DIRECTORY = toString ../npins;
|
||||
|
|
|
@ -37,7 +37,6 @@ let
|
|||
django-libsass
|
||||
django_4
|
||||
setuptools
|
||||
pkgs.nix
|
||||
]
|
||||
++ cfg.package.propagatedBuildInputs
|
||||
);
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
sqlite,
|
||||
python3,
|
||||
nix,
|
||||
}:
|
||||
let
|
||||
src =
|
||||
|
@ -51,7 +50,6 @@ python3.pkgs.buildPythonPackage {
|
|||
in
|
||||
[
|
||||
sqlite
|
||||
nix
|
||||
]
|
||||
++ pythonPackages;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue