Skip to content

Commit

Permalink
fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Nov 27, 2024
1 parent df8fb93 commit 3179890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/checkout@v4

- run: nix build -L
- run: nix build -L --no-link
name: Build

- run: |
Expand Down
4 changes: 1 addition & 3 deletions test/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.hello
];
environment.systemPackages = [ pkgs.hello ];
}

0 comments on commit 3179890

Please sign in to comment.