Skip to content

Commit

Permalink
Updating flake inputs is now different (Nix 2.19)
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Dec 1, 2023
1 parent a944ec7 commit c68cfda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nixpkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update snapshot commit
run: 'nix flake lock --update-input nixpkgs'
run: 'nix flake update nixpkgs'
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Update release snapshot commit
run: 'nix flake lock --update-input emacs-release-snapshot'
run: 'nix flake update emacs-release-snapshot'
- name: Update HEAD snapshot commit
run: 'nix flake lock --update-input emacs-snapshot'
run: 'nix flake update emacs-snapshot'
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit c68cfda

Please sign in to comment.