Compare commits
2 commits
89e812fddd
...
ab31fdebcc
Author | SHA1 | Date | |
---|---|---|---|
ab31fdebcc | |||
39bc7591ac |
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
name: do a bunch of stuff
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -12,4 +12,4 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@v13
|
||||
|
||||
- name: build derivation
|
||||
run: nix build --accept-flake-config -L github:uku3lig/camasca#koi
|
||||
run: nix build --accept-flake-config -L github:uku3lig/camasca#koi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue