WIP: add meta to packages and create nix-support/private file for unfree packages
#20
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
"nixpkgs=${nixpkgs}"
|
"nixpkgs=${nixpkgs}"
|
||||||
"bscpkgs=${bscpkgs}"
|
|
||||||
"jungle=${theFlake.outPath}"
|
"jungle=${theFlake.outPath}"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -36,7 +35,6 @@
|
|||||||
pkgs.writeText "global-registry.json" ''{"flakes":[],"version":2}'';
|
pkgs.writeText "global-registry.json" ''{"flakes":[],"version":2}'';
|
||||||
|
|
||||||
nix.registry.nixpkgs.flake = nixpkgs;
|
nix.registry.nixpkgs.flake = nixpkgs;
|
||||||
nix.registry.bscpkgs.flake = bscpkgs;
|
|
||||||
nix.registry.jungle.flake = theFlake;
|
nix.registry.jungle.flake = theFlake;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user