screen capture no longer working
This commit is contained in:
@@ -179,6 +179,13 @@
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
pkgsUnstableArm = import nixpkgs-unstable {
|
||||
system = "aarch64-linux";
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs confDir workDir secretsDir persistentDir self tunepkgs unstable nur pkgsUnstable dataDir;
|
||||
@@ -616,7 +623,7 @@
|
||||
# my raspberry to try out stuff with
|
||||
"lush" = nixpkgs.lib.nixosSystem rec {
|
||||
system = "aarch64-linux";
|
||||
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self system; };
|
||||
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self system; pkgsUnstable = pkgsUnstableArm; };
|
||||
modules = [
|
||||
./hosts/lush.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user