Skip to content

Commit

Permalink
Update nixos 23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
richban committed Sep 14, 2023
1 parent 34e9b53 commit 2ad825e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dotfiles/config/nvim/lua/rb/projections.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require("projections").setup({
workspaces = {
{ "~/Developer/mckinsey/planetrics", { ".git" } },
{ "~/Developer/mckinsey", { ".git" } },
{ "~/Developer", { ".git" } },
},
patterns = { ".git", ".svn", ".hg" },
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
description = "NixOS systems and tools by richban";

nixConfig = {
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://richban.cachix.org"
];

trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"richban.cachix.org-1:b22iBPRwWfvVe1ldyn3ca1JRw0OEzzf3jrurGJQN3LA="
];
# substituters = [
# "https://cache.nixos.org"
# "https://nix-community.cachix.org"
# "https://richban.cachix.org"
# ];
#
# trusted-public-keys = [
# "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
# "richban.cachix.org-1:b22iBPRwWfvVe1ldyn3ca1JRw0OEzzf3jrurGJQN3LA="
# ];
};

inputs = {
# We use the unstable nixpkgs repo for some packages.
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";

# TODO: configure NixOS
nixos-stable.url = "github:nixos/nixpkgs/nixos-21.11";
nixos-stable.url = "github:nixos/nixpkgs/nixos-23.05";
nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable";

# Darwin system management
Expand Down
1 change: 1 addition & 0 deletions system/home-manager/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
git
git-crypt
gitAndTools.delta
act
];

home.file.gitignore = {
Expand Down
3 changes: 0 additions & 3 deletions system/hosts/modules/work_planetrics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
postgresql
# kubernetes-helm
];
home.sessionVariables = {
AWS_PROFILE = "analytics";
};
programs.git = {
signing = {
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH6/erFt5q36JNuiFG4FqiYE3flwgqyVL0FawLSSuPW8";
Expand Down

0 comments on commit 2ad825e

Please sign in to comment.