diff options
author | Ben Sima <ben@bsima.me> | 2019-06-13 13:54:58 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-06-16 01:53:35 +0000 |
commit | 79a4fc76167f57a5ae65be789980dd2f7ee8b635 (patch) | |
tree | 7b3e6738ca2ad36abf9a861ade007a8342f0efa9 /.builds | |
parent | 7c1fe28b4e103cb37e99e81d6f0c1b0d2a1fdd03 (diff) |
remove .builds
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/nixos-18.09.yml | 9 | ||||
-rw-r--r-- | .builds/nixos-unstable.yml | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/.builds/nixos-18.09.yml b/.builds/nixos-18.09.yml deleted file mode 100644 index 3f462da..0000000 --- a/.builds/nixos-18.09.yml +++ /dev/null @@ -1,9 +0,0 @@ -image: nixos/18.09 -repositories: - nixpkgs: https://nixos.org/channels/nixos-18.09 -sources: - - https://git.sr.ht/~ben/biz -tasks: - - build-system: | - cd ./biz - nix-build --attr system ./depo/nutin-madaj diff --git a/.builds/nixos-unstable.yml b/.builds/nixos-unstable.yml deleted file mode 100644 index f7a863e..0000000 --- a/.builds/nixos-unstable.yml +++ /dev/null @@ -1,9 +0,0 @@ -image: nixos/unstable -repositories: - nixpkgs: https://nixos.org/channels/nixpkgs-unstable -sources: - - https://git.sr.ht/~ben/biz -tasks: - - build-system: | - cd ./biz - nix-build --attr system ./depo/nutin-madaj |