Skip to content

Commit

Permalink
don't set deleted option
Browse files Browse the repository at this point in the history
This stopped doing anything in like 2021.
  • Loading branch information
CobaltCause committed Dec 21, 2023
1 parent 276ccf9 commit e9b5695
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:

- name: Configure `nix-direnv`
run: |
mkdir -p "$HOME/.config/nixpkgs"
echo "[(self: super: { nix-direnv = super.nix-direnv.override { enableFlakes = true; }; })]" > "$HOME/.config/nixpkgs/overlays.nix"
echo 'source $HOME/.nix-profile/share/nix-direnv/direnvrc' > "$HOME/.direnvrc"
- name: Install `direnv` and `nix-direnv`
Expand Down

0 comments on commit e9b5695

Please sign in to comment.