Skip to content

Commit

Permalink
Merge branch 'main' into go-task
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 27, 2025
2 parents aeabb0a + 0404e24 commit b4be1d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 10 additions & 10 deletions flake.lock

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

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
nixpkgs-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
# https://github.com/nix-community/home-manager/blob/release-24.11/docs/manual/nix-flakes.md
home-manager-linux = {
url = "github:nix-community/home-manager/release-24.11";
# Using forked repository because of to apply https://github.com/nix-community/home-manager/pull/6357 in stable channel
# See https://github.com/kachick/dotfiles/issues/1051 for detail
url = "github:kachick/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager-darwin = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:kachick/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs-darwin";
};
nixos-wsl = {
Expand Down

0 comments on commit b4be1d5

Please sign in to comment.