diff --git a/flake.lock b/flake.lock index 0495ab8..93e07ea 100644 --- a/flake.lock +++ b/flake.lock @@ -496,8 +496,7 @@ "nixpkgs": "nixpkgs_5", "noctalia": "noctalia", "nvf": "nvf", - "sops-nix": "sops-nix", - "systems": "systems_2" + "sops-nix": "sops-nix" } }, "sops-nix": { @@ -533,21 +532,6 @@ "type": "github" } }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "xwayland-satellite-stable": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 9dddffb..773911c 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,6 @@ noctalia.url = "github:noctalia-dev/noctalia-shell"; nvf.url = "github:notashelf/nvf"; sops-nix.url = "github:Mic92/sops-nix"; - systems.url = "github:nix-systems/default"; }; outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules); diff --git a/modules/defaults.nix b/modules/defaults.nix index 1cfb946..1d2246e 100644 --- a/modules/defaults.nix +++ b/modules/defaults.nix @@ -1,5 +1,7 @@ -{ den, ... }: +{ inputs, den, ... }: { + systems = [ "x86_64-linux" ]; + den.default.includes = [ den._.define-user den._.home-manager