Skip to content

Commit

Permalink
README.md: add --impure flag to flake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Nov 27, 2024
1 parent 671f301 commit c61dce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ nix run .#nixosConfigurations.<yourmachine>.config.system.build.nixos-shell
Or for a version closer to `nixos-shell`:

```
nix run .#nixosConfigurations.<yourmachine>.config.system.build.nixos-shell
nix run --impure .#nixosConfigurations.<yourmachine>.config.system.build.nixos-shell
```

## Running different architectures / operating systems i.e. Linux on MacOS
Expand Down

0 comments on commit c61dce7

Please sign in to comment.