Skip to content

Commit

Permalink
[#][WIP][Dep] update
Browse files Browse the repository at this point in the history
NOTE: will break build
  • Loading branch information
nykma committed Mar 21, 2024
1 parent e11cfc5 commit 4df3851
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 231 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
13 changes: 13 additions & 0 deletions .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Build legacy Nix package on Ubuntu"

on:
push:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux
Loading

0 comments on commit 4df3851

Please sign in to comment.