Skip to content

Commit

Permalink
Update to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 7, 2024
1 parent f2cc19f commit 0dfc64a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:

jobs:
DeterminateCI:
# Disable for now
if: false
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
permissions:
id-token: write
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
fh = { url = "https://flakehub.com/f/DeterminateSystems/fh/*"; inputs.nixpkgs.follows = "nixpkgs"; };
flake-checker = { url = "https://flakehub.com/f/DeterminateSystems/flake-checker/*"; inputs.nixpkgs.follows = "nixpkgs"; };
flake-schemas.url = "https://flakehub.com/f/DeterminateSystems/flake-schemas/0.1.*";
home-manager = { url = "https://flakehub.com/f/nix-community/home-manager/0.2311.*"; inputs.nixpkgs.follows = "nixpkgs"; };
home-manager = { url = "https://flakehub.com/f/nix-community/home-manager/0.2405.*"; inputs.nixpkgs.follows = "nixpkgs"; };
nix.url = "https://flakehub.com/f/DeterminateSystems/nix/=2.23.1";
nix-darwin = { url = "github:LnL7/nix-darwin"; inputs.nixpkgs.follows = "nixpkgs"; };
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.*";
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*";
nuenv = { url = "https://flakehub.com/f/DeterminateSystems/nuenv/0.1.*"; inputs.nixpkgs.follows = "nixpkgs"; };
uuidv7 = { url = "git+ssh://[email protected]/DeterminateSystems/uuidv7.git"; inputs.nixpkgs.follows = "nixpkgs"; };
};
Expand All @@ -26,7 +26,7 @@
};
});

stateVersion = "23.11";
stateVersion = "24.05";
system = "aarch64-darwin";
username = "lucperkins";
caches = {
Expand Down
4 changes: 2 additions & 2 deletions home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let
hash = "sha256-ySXnJJJDjZqZkWOiq9ByflfUG6bg+0GSzuXpNnuyMZc=";
};

vendorHash = "sha256-AyZt0Ubl3nNeY0oZlcnbcmC21Z+OvmkAScKeNytEv20=";
vendorHash = "sha256-VfwiA5LCAJ1pkmMCy/Dcc5bLKkNY1MHtxHcHvKLoWHs=";

doCheck = false;

Expand Down Expand Up @@ -100,7 +100,7 @@ let
nixTools = with pkgs; [
fh
flake-checker
nixfmt
nixfmt-classic
nixpkgs-fmt
];

Expand Down
2 changes: 1 addition & 1 deletion home-manager/programs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# Replacement for ls
eza = {
enable = true;
enableAliases = true;
enableZshIntegration = true;
};

# Fuzzy finder
Expand Down
2 changes: 1 addition & 1 deletion home-manager/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
enable = true;

autocd = false;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
initExtra = (builtins.readFile ./scripts/init.sh);
}

0 comments on commit 0dfc64a

Please sign in to comment.