Skip to content

Commit

Permalink
fix(nix): do not auto-load dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 3, 2024
1 parent 06b0590 commit 7e0cc90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
use flake .
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,20 @@ for several machines and VMs I use.
To apply updates, simply run:

```bash
dot-sync
nix develop .#default --command dot-apply
nix develop .#default --command dot-sync
```

# Clean up

```sh
nix-collect-garbage -d
```

# Create release

To apply updates, simply run:

```bash
nix develop .#default --command dot-release
```

0 comments on commit 7e0cc90

Please sign in to comment.