Skip to content

Commit

Permalink
rolling update in 20241126
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <[email protected]>
  • Loading branch information
iosmanthus committed Nov 26, 2024
1 parent 859a131 commit a6f4a78
Show file tree
Hide file tree
Showing 42 changed files with 769 additions and 511 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.direnv
/result
**/result
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ switch:
@nixos-rebuild switch --use-remote-sudo |& nom

format:
@fd --glob "*.nix" --exec-batch "nixfmt"
@fd --glob "*.py" --exec-batch "yapf" "-i"
@echo "Format nix files"
fd --glob "*.nix" --exec-batch "nixfmt"
@echo "Format python files"
fd --glob "*.py" --exec-batch "black"

update:
@nix flake update
Expand Down
80 changes: 40 additions & 40 deletions flake.lock

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

11 changes: 7 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "God does not play dice";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

master.url = "github:NixOS/nixpkgs";

Expand Down Expand Up @@ -141,7 +141,9 @@
system = "x86_64-linux";
config = {
allowUnfree = true;
permittedInsecurePackages = [ "openssl-1.1.1w" ];
permittedInsecurePackages = [
"electron-27.3.11"
];
};
packages = [
"bat"
Expand All @@ -156,6 +158,7 @@
"i3"
"kitty"
"lens"
"logseq"
"neovim"
"nixos-artwork"
"oh-my-zsh"
Expand All @@ -166,9 +169,9 @@
"starship"
"tmux"
"vscode"
"wechat-uos"
"zoxide"
"zsh"
"wechat-uos"
];
};
jetbrains = this.branchOverlay {
Expand Down Expand Up @@ -350,7 +353,7 @@
sops
statix
terraform
yapf
black
];
};
}
Expand Down
10 changes: 5 additions & 5 deletions infra/cloudflare/terraform.tfstate

Large diffs are not rendered by default.

Loading

0 comments on commit a6f4a78

Please sign in to comment.