From 1b861b4dc5aa35dd4814942aa426648cd5bdf922 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 19 Jun 2022 11:30:33 +0200 Subject: bump --- flake.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1218ef31..f173c560 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,10 @@ owner = "nix-community"; repo = "home-manager"; ref = "master"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + flake-compat.follows = "flake-compat"; + nixpkgs.follows = "nixpkgs"; + }; }; sops-nix = { type = "github"; @@ -138,8 +141,9 @@ // outputs // { imports = [self.nixosModules.users.${userName} or ({...}: { imports = defaultUserProfiles userName; })] ++ (outputs.imports or []); }); - systemsSelector = "x86_64-linux"; - systems = filter (system: !(isNull (builtins.match systemsSelector system))) nixpkgs.lib.systems.supported.hydra; + # systemsSelector = "x86_64-linux"; + # systems = filter (system: !(isNull (builtins.match systemsSelector system))) nixpkgs.lib.systems.flakeExposed; + systems = nixpkgs.lib.systems.flakeExposed; nixpkgsPackages = localSystem: (makeOverridable (import (nixpkgs.outPath + "/pkgs/top-level"))) { inherit localSystem; }; forAllSystems = f: mapAttrs f (genAttrs systems nixpkgsPackages); forAllUsers = genAttrs (unique (map accountUserName (attrNames self.nixosModules.accounts))); -- cgit v1.2.3