Compare commits

..

2 commits

Author SHA1 Message Date
uku
ab31fdebcc
test 2024-11-07 21:07:19 +01:00
uku
39bc7591ac
explode 2024-11-07 21:03:56 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
name: do a bunch of stuff name: do a bunch of stuff
on: on:
push: workflow_dispatch:
jobs: jobs:
build: build:
@ -12,4 +12,4 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/nix-installer-action@v13
- name: build derivation - 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

View file

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts = { flake-parts = {
url = "github:hercules-ci/flake-parts"; url = "github:hercules-ci/flake-parts";