1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-19 07:47:20 +03:00

Adds default.nix that allows calling nix-build.

This commit is contained in:
Samuel Dionne-Riel 2018-06-10 01:00:12 +00:00
parent 2bd88ab30e
commit e5af76d718
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
result
*.swp

3
default.nix Normal file
View File

@ -0,0 +1,3 @@
# This entry points allows calling `nix-build -A` with
# anything defined in the overlay (or the host system).
(import ./overlay)