Bump flake inputs

Remove deleted input, update generated files.
This commit is contained in:
Bruno BELANYI 2024-12-23 23:31:23 -05:00
parent 16c43068ec
commit dde576a3c6
9 changed files with 1430 additions and 3974 deletions

View file

@ -13,7 +13,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixpkgs-unstable";
ref = "nixos-unstable-small";
};
pre-commit-hooks = {
@ -22,9 +22,7 @@
repo = "pre-commit-hooks.nix";
ref = "master";
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
};
};
};