mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
config: re-apply nixpkgs-channel metadata correctly
This commit is contained in:
parent
9dc2df5397
commit
4fb82448a9
@ -393,7 +393,7 @@
|
||||
(filename: metadata:
|
||||
let
|
||||
name = metadata.username or filename;
|
||||
pkgs = import nixpkgs { inherit overlays; };
|
||||
pkgs = import inputs.${metadata.nixpkgs-channel or "nixpkgs"} { inherit overlays; };
|
||||
path = ./users/home-manager/${name};
|
||||
extraModules = [
|
||||
({ lib, pkgs, config, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user