chore: update nixpkgs

This commit is contained in:
Tim Schubert 2025-05-17 12:49:05 +02:00
parent 091c4243fe
commit 6ca9dde866
No known key found for this signature in database
4 changed files with 97 additions and 98 deletions

View file

@ -1,18 +1,14 @@
# Adapted from Mic92/dotfiles
{ self
, flake-utils
, flake-registry
, homepage
, lix-module
, nixpkgs
, home-manager
, nixos-hardware
, nixpkgs-full
, agenix
, devshell
, ...
} @ inputs:
(flake-utils.lib.eachDefaultSystem (system:
{
self,
flake-utils,
nixpkgs,
agenix,
devshell,
...
}@inputs:
(flake-utils.lib.eachDefaultSystem (
system:
let
pkgs = import nixpkgs { inherit system; };
in
@ -35,8 +31,9 @@
packages = import ./pkgs { inherit pkgs; } // {
installer-iso = self.nixosConfigurations.installer.config.system.build.isoImage;
};
}))
// {
}
))
// {
hmModules = import ./home/modules.nix { lib = nixpkgs.lib; };