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

@@ -37,10 +37,6 @@
url = github:hyprwm/contrib;
#inputs.nixpkgs.follows = "nixpkgs";
};
aagl-gtk = {
url = github:ezKEa/aagl-gtk-on-nix;
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ self, ... }:
@@ -63,6 +59,9 @@
formatter
];
};
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
};
};
};
}