Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
9e39991e7d Fix zshrc on macOS 2024-03-03 09:52:05 -05:00
Dave Gallant
76f09038a5 nix flake update: 2024-03-03 14:17:05 UTC
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/458b097d81f90275b3fdf03796f0563844926708' (2024-03-02)
  → 'github:NixOS/nixpkgs/fa9a51752f1b5de583ad5213eb621be071806663' (2024-03-02)
2024-03-03 09:17:05 -05:00
2 changed files with 4 additions and 6 deletions

6
flake.lock generated
View File

@@ -204,11 +204,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1709356872, "lastModified": 1709386671,
"narHash": "sha256-mvxCirJbtkP0cZ6ABdwcgTk0u3bgLoIoEFIoYBvD6+4=", "narHash": "sha256-VPqfBnIJ+cfa78pd4Y5Cr6sOWVW8GYHRVucxJGmRf8Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "458b097d81f90275b3fdf03796f0563844926708", "rev": "fa9a51752f1b5de583ad5213eb621be071806663",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -140,9 +140,7 @@ in {
if [[ "$OSTYPE" == "darwin"* ]]; if [[ "$OSTYPE" == "darwin"* ]];
then then
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH" export PATH="$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
alias xdg-open=open alias xdg-open=open
fi fi