work in progress
This commit is contained in:
4
default.nix
Normal file
4
default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
# Entry point for local builds: nix-build / nix-env -f .
|
||||
# The actual derivation lives in pixlit.nix
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.callPackage ./pixlit.nix {}
|
||||
Reference in New Issue
Block a user