Skip to content

Commit

Permalink
build(deps): nix flake update, 24.05 -> 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Dec 4, 2024
1 parent 83a863e commit 60e8ef2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 60 deletions.
80 changes: 23 additions & 57 deletions flake.lock

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

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
};
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.11";
pre-commit-hooks-nix = {
inputs = {
nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -65,7 +65,7 @@
devShells.default = pkgs.mkShell {
FONTCONFIG_FILE = pkgs.makeFontsConf {
fontDirectories = [
(pkgs.nerdfonts.override { fonts = [ "Iosevka" ]; })
pkgs.nerd-fonts.iosevka
];
};

Expand Down Expand Up @@ -100,7 +100,6 @@
};

treefmt = {
projectRootFile = ./flake.nix;
programs = {
deadnix.enable = true;
nixpkgs-fmt.enable = true;
Expand Down

0 comments on commit 60e8ef2

Please sign in to comment.