mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 06:31:35 +00:00
fixing fitbit
This commit is contained in:
@@ -27,7 +27,7 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
|
|||||||
};
|
};
|
||||||
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs outputs lib;
|
# inherit inputs outputs lib;
|
||||||
|
|
||||||
# By default, the system will only use packages from the
|
# By default, the system will only use packages from the
|
||||||
# stable channel. You can selectively install packages
|
# stable channel. You can selectively install packages
|
||||||
@@ -40,7 +40,7 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
|
|||||||
|
|
||||||
|
|
||||||
# make all inputs availabe in other nix files
|
# make all inputs availabe in other nix files
|
||||||
inherit inputs;
|
inherit inputs outputs lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
|||||||
Reference in New Issue
Block a user