This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Xe
/
quickserv
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
drone CI
master
Cadey Ratio
9 months ago
parent
90d302ee70
commit
c84e974bcc
3 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.drone.yml
+1
-0
.envrc
+2
-0
shell.nix
+ 8
- 0
.drone.yml
View File
@ -0,0 +1,8 @@
kind
:
pipeline
name
:
nix builds
steps:
-
name
:
docker image
image
:
lnl7/nix:2020-03-07
commands:
-
nix-build docker.nix
+ 1
- 0
.envrc
View File
@ -0,0 +1 @@
eval "$(lorri direnv)"
+ 2
- 0
shell.nix
View File
@ -0,0 +1,2 @@
let
pkgs
=
import
<nixpkgs>
{
}
;
in
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
go
vgo2nix
]
;
}
Write
Preview
Loading…
Cancel
Save