mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-19 00:42:48 +01:00
Nix lint
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
inherit inputs outputs;
|
||||
unstablePkgs = import nixpkgs-unstable {
|
||||
# We also need to do the same for unstable
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = _: true;
|
||||
|
||||
Reference in New Issue
Block a user