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 = {
|
||||
inherit inputs outputs lib;
|
||||
# inherit inputs outputs lib;
|
||||
|
||||
# By default, the system will only use packages from the
|
||||
# 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
|
||||
inherit inputs;
|
||||
inherit inputs outputs lib;
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user