expose packages

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-05-28 05:54:50 +05:30
parent 111920a63f
commit 2831c62ee2
4 changed files with 18 additions and 55 deletions

View File

@@ -1,10 +1,8 @@
{ config, pkgs, self, ... }:
{ self, ... }:
{
nixpkgs = {
config = {
allowUnfree = true;
allowBroken = true;
allowInsecure = true;
};
overlays = [
self.overlays.default