nix-configurations/pkgs/default.nix

5 lines
86 B
Nix

{ pkgs ? import <nixpkgs> { } }: {
wofi-pass = pkgs.callPackage ./wofi-pass { };
}