Update nixpkgs, and re-enable starship on macOS

This commit is contained in:
Sridhar Ratnakumar 2022-04-15 22:54:35 -04:00
parent a1ad401d4c
commit 161a35e4aa
2 changed files with 6 additions and 7 deletions

8
flake.lock generated
View file

@ -599,17 +599,17 @@
},
"nixpkgs_7": {
"locked": {
"lastModified": 1649456639,
"narHash": "sha256-rZCjaEAZgOtT9kYTBigksof64SqKAXOuoHhlzHvfl0E=",
"lastModified": 1649986882,
"narHash": "sha256-cNsInUFq1MbuvaEmv8x6jetWnmAU+osMpnwKumtjksI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c48167590e3258daac6ab12a41bc2b7341e9b2ec",
"rev": "5181d5945eda382ff6a9ca3e072ed6ea9b547fee",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c48167590e3258daac6ab12a41bc2b7341e9b2ec",
"rev": "5181d5945eda382ff6a9ca3e072ed6ea9b547fee",
"type": "github"
}
},

View file

@ -6,7 +6,7 @@
# https://status.nixos.org/
#
# This ensures that we always use the official nix cache.
nixpkgs.url = "github:nixos/nixpkgs/c48167590e3258daac6ab12a41bc2b7341e9b2ec";
nixpkgs.url = "github:nixos/nixpkgs/5181d5945eda382ff6a9ca3e072ed6ea9b547fee";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
@ -133,8 +133,7 @@
./home/neovim.nix
./home/terminal.nix
./home/direnv.nix
# https://github.com/NixOS/nixpkgs/issues/160876
# ./home/starship.nix
./home/starship.nix
];
programs.zsh = {
enable = true;