Skip to content

Commit

Permalink
Merge pull request #103 from kachick/nixpkgs-nixos-24.05
Browse files Browse the repository at this point in the history
Update base packages to NixOS 24.05
  • Loading branch information
kachick authored May 23, 2024
2 parents b4ab2c9 + 233c9dd commit b8bf206
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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.

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - https://discourse.nixos.org/t/differences-between-nix-channels/13998
# How to update the revision
# - `nix flake update --commit-lock-file` # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-update.html
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
edge-nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};

Expand All @@ -31,7 +31,7 @@
# - https://github.com/NixOS/nixfmt/issues/153
# - https://github.com/NixOS/nixfmt/issues/129
# - https://github.com/NixOS/rfcs/pull/166
formatter = forAllSystems (system: edge-nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
devShells = forAllSystems (
system:
let
Expand All @@ -47,12 +47,12 @@
# https://github.com/kachick/dotfiles/pull/228
bashInteractive
findutils # xargs
edge-pkgs.nixfmt-rfc-style
nixfmt-rfc-style
nil
go-task

edge-pkgs.dprint
edge-pkgs.typos
dprint
typos
edge-pkgs.yamlfmt
];
};
Expand Down

0 comments on commit b8bf206

Please sign in to comment.