Skip to content

Commit

Permalink
Use nixpkgs-unstable (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 18, 2024
1 parent f2d6a54 commit 55c3a1d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,28 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#homeConfigurations.${{ matrix.runtime.property }}.minimal.activationPackage

astoria-system:
runs-on: ubuntu-latest
steps:
- run: df -h
- name: Increase build space
run: |
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
- run: df -h
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v14
with:
name: mindriot101-home
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#nixosConfigurations.astoria.config.system.build.toplevel
# astoria-system:
# runs-on: ubuntu-latest
# steps:
# - run: df -h
# - name: Increase build space
# run: |
# sudo rm -rf /usr/local/lib/android
# sudo rm -rf /usr/share/dotnet
# sudo rm -rf /opt/ghc
# sudo rm -rf /usr/local/share/boost
# sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# sudo rm -rf /opt/hostedtoolcache/CodeQL
# sudo docker image prune --all --force
# - run: df -h
# - uses: actions/checkout@v4
# - name: Install Nix
# uses: DeterminateSystems/nix-installer-action@main
# - uses: cachix/cachix-action@v14
# with:
# name: mindriot101-home
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# - run: nix build .#nixosConfigurations.astoria.config.system.build.toplevel

macos:
runs-on: macos-latest
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 55c3a1d

Please sign in to comment.