Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
name: devenv
- name: Install devenv
run: nix profile add nixpkgs#devenv
run: nix profile add --accept-flake-config nixpkgs#devenv
- name: Run tests
run: devenv test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
name: devenv
- name: Install devenv
run: nix profile add --accept-flake-config github:cachix/devenv/v1.8
run: nix profile add --accept-flake-config nixpkgs#devenv
- name: Run semantic-release
run: devenv shell semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v31
- name: Install devenv
run: nix profile add --accept-flake-config github:cachix/devenv/latest
run: nix profile add --accept-flake-config nixpkgs#devenv
- name: Compile cli
run: devenv shell -- go build .
working-directory: cli
Expand Down
6 changes: 3 additions & 3 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1778814374,
"narHash": "sha256-gZIaq9to5brzEsnlHE2D0FRN4ixZJEBd2ZV/3WNlt4Q=",
"lastModified": 1780630679,
"narHash": "sha256-hhQyVAYmNKziZ0T+T4Gsk0PYmnz4vdzOzpkJAmDASKM=",
"owner": "cachix",
"repo": "devenv",
"rev": "e44d88a683bf945c72445babd85f1d2e4e933409",
"rev": "90ed6227ab389dd4e874a69a724f25dba312b754",
"type": "github"
},
"original": {
Expand Down