diff options
author | Ben Sima <ben@bsima.me> | 2019-02-19 11:55:10 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-19 11:55:10 -0800 |
commit | befe35a54a3b695f06e0da17788a8f7e3f445339 (patch) | |
tree | 2ea61309ae17f6985d080831d6bbef8fe721520b /.builds/nixos-unstable.yml | |
parent | b42842b4415a1de098a24eba4e82be569f1340c5 (diff) |
Don't use make on build server
Diffstat (limited to '.builds/nixos-unstable.yml')
-rw-r--r-- | .builds/nixos-unstable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/nixos-unstable.yml b/.builds/nixos-unstable.yml index f808367..d9be6d9 100644 --- a/.builds/nixos-unstable.yml +++ b/.builds/nixos-unstable.yml @@ -4,4 +4,4 @@ sources: tasks: - build-system: | cd ./biz - make result + nix-build --attr system ./nixos.nix |