Home

nur @9e607a077290ea1b4d6f835584b0d97a9cffb371 - 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 {}