Home

nur @3ad2553ead407af57b3c67cfb01893a0c8e847ea - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
nur / standalone.nix
- raw
1
2
3
4
5
6
7
8
9
# You can use this file to build packages without adding the NUR namespace
# or the overlay to your configuration.
# It's also useful for testing and working on the packages.
#
# example:
# nix-build ./standalone.nix -A mypackage

with import <nixpkgs> {}; callPackage ./default.nix {}