modules/nixpkgs: add useGlobalPackages option

This commit is contained in:
Matt Sturgeon 2024-10-20 00:11:36 +01:00
parent 912841c1a7
commit 7790746d38
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
5 changed files with 185 additions and 18 deletions

View file

@ -11,4 +11,8 @@
};
};
};
imports = [
./nixpkgs.nix
];
}