diff options
author | Ben Sima <ben@bsima.me> | 2019-02-23 22:10:15 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-23 22:10:15 -0800 |
commit | 6510b575d4c74cea8903e088a9490222411fbc3e (patch) | |
tree | 1f4f467c5107f1677278c641e64f979d7b54738d | |
parent | c843083647edc9bfba41e74b83d8cea54a1ac646 (diff) |
Fix build command
-rw-r--r-- | .builds/nixos-18.09.yml | 2 | ||||
-rw-r--r-- | .builds/nixos-unstable.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/nixos-18.09.yml b/.builds/nixos-18.09.yml index 7c88c1d..3f462da 100644 --- a/.builds/nixos-18.09.yml +++ b/.builds/nixos-18.09.yml @@ -6,4 +6,4 @@ sources: tasks: - build-system: | cd ./biz - nix-build --attr system ./nixos.nix + nix-build --attr system ./depo/nutin-madaj diff --git a/.builds/nixos-unstable.yml b/.builds/nixos-unstable.yml index 1d55b64..f7a863e 100644 --- a/.builds/nixos-unstable.yml +++ b/.builds/nixos-unstable.yml @@ -6,4 +6,4 @@ sources: tasks: - build-system: | cd ./biz - nix-build --attr system ./nixos.nix + nix-build --attr system ./depo/nutin-madaj |