Skip to content

Commit

Permalink
update thingys
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Nov 30, 2023
1 parent 6bea6b0 commit 1e6bc3a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
};

inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin";
# nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.11-darwin";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
stable.url = "github:nixos/nixpkgs/nixos-23.05";
stable.url = "github:nixos/nixpkgs/nixos-23.11";

darwin = {
url = "github:lnl7/nix-darwin";
Expand Down
6 changes: 3 additions & 3 deletions hosts/darwin/MacBook-Pro-2/direnvs/mf/flake.lock

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

2 changes: 1 addition & 1 deletion hosts/darwin/MacBook-Pro-2/direnvs/mf/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
rev = "5aea0cecb5f946805539880602a9fe40eacc348d";
};
doCheck = false;
vendorSha256 = "sha256-ix72uivcxw2TzYZnifjbjT0sogdZk5PNEEVpfgitJkY=";
vendorHash = "sha256-ix72uivcxw2TzYZnifjbjT0sogdZk5PNEEVpfgitJkY=";
};

librdkafka = pkgs.rdkafka.overrideAttrs (_: rec {
Expand Down
2 changes: 1 addition & 1 deletion modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
];

home = {
stateVersion = "23.05";
stateVersion = "23.11";

packages = with pkgs; [
# ansible
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with lib;

time.timeZone = "America/Chicago";

system.stateVersion = "23.05";
system.stateVersion = "23.11";
environment.systemPackages = with pkgs; [ git vim wget bottom ];

# users.users.nixos.isNormalUser = true;
Expand Down

0 comments on commit 1e6bc3a

Please sign in to comment.