nix-configurations/pkgs/default.nix

6 lines
89 B
Nix
Raw Normal View History

2023-04-17 16:37:10 +00:00
{ pkgs ? import <nixpkgs> { } }: {
2023-04-16 15:07:24 +00:00
2023-04-17 16:37:10 +00:00
wofi-pass = pkgs.callPackage ./wofi-pass { };
2023-04-24 17:14:11 +00:00
2023-04-16 15:07:24 +00:00
}