Add shell alias x64-brew

This commit is contained in:
Dave Gallant
2022-07-21 20:09:58 -04:00
parent a2d89d3f64
commit e0b6e5782c
2 changed files with 19 additions and 15 deletions

30
flake.lock generated
View File

@@ -82,11 +82,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1658270035, "lastModified": 1658390445,
"narHash": "sha256-M+TN1kzU79U9h6V9toK+EGHjsazx9OVOYSDPOZ06qoQ=", "narHash": "sha256-m759eMwjTxM1472L5DOxJ/aGlRsIBknH6MkHVg2Rwws=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "1ef84547a8ed4b237fbfbe673f1e9c4cd863ff0b", "rev": "6a7d00469bd64e8fe63468b5c1643087432709e9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -103,11 +103,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1658305099, "lastModified": 1658391430,
"narHash": "sha256-SkCjBZe69gpOUPtyo6QAr8/SEuCS/HHE3gcwBpdrWbM=", "narHash": "sha256-Z/RfUfDF0qvU8uYpdsrjmTUTzlFMK5xO2jeawnUmS2c=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "105765ec217da3b52646ac7606013be4f885be28", "rev": "87c3fb2c99c35d201db48f208d7c11aef6bb8f4a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -118,11 +118,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1658227863, "lastModified": 1658401027,
"narHash": "sha256-QoRmU18dCYnZy8ks9cz2ZhsGW+AVo1pioLrs+s/8Tkg=", "narHash": "sha256-z/sDfzsFOoWNO9nZGfxDCNjHqXvSVZLDBDSgzr9qDXE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "0015f5cc098fae520aae458b8547e44a38aacf92", "rev": "83009edccc2e24afe3d0165ed98b60ff7471a5f8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -134,11 +134,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1658161305, "lastModified": 1658290795,
"narHash": "sha256-X/nhnMCa1Wx4YapsspyAs6QYz6T/85FofrI6NpdPDHg=", "narHash": "sha256-t9hCidaSxPmzUimcSn51bjqcjjGsoQi6JLrAzJq0dz4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e4d49de45a3b5dbcb881656b4e3986e666141ea9", "rev": "614a842b74b7a1497e8cfca7c61bec38f51911b3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -150,11 +150,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1658290795, "lastModified": 1658380158,
"narHash": "sha256-t9hCidaSxPmzUimcSn51bjqcjjGsoQi6JLrAzJq0dz4=", "narHash": "sha256-DBunkegKWlxPZiOcw3/SNIFg93amkdGIy2g0y/jDpHg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "614a842b74b7a1497e8cfca7c61bec38f51911b3", "rev": "a65b5b3f5504b8b89c196aba733bdf2b0bd13c16",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -123,6 +123,9 @@ in {
export PATH=$PATH:$GOBIN export PATH=$PATH:$GOBIN
export PATH=$HOME/.krew/bin:$PATH export PATH=$HOME/.krew/bin:$PATH
# homebrew for x86
export PATH=$PATH:/usr/local/homebrew/bin
''; '';
initExtra = '' initExtra = ''
@@ -168,6 +171,7 @@ in {
tree = "exa --tree"; tree = "exa --tree";
v = "nvim"; v = "nvim";
nix-install = "nix-env -iA"; nix-install = "nix-env -iA";
brew-x86 = "arch -x86_64 /usr/local/homebrew/bin/brew";
}; };
"oh-my-zsh" = { "oh-my-zsh" = {