From 940ffd857be4900a603b2a0cdc022944c08c33be Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Thu, 5 Sep 2024 10:07:57 +0100 Subject: [PATCH] remove unused options and change systems --- flake.lock | 10 +++++----- flake.nix | 9 +++------ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 8aa5df6..233411d 100644 --- a/flake.lock +++ b/flake.lock @@ -1069,16 +1069,16 @@ }, "systems_4": { "locked": { - "lastModified": 1680978846, - "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=", + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", "owner": "nix-systems", - "repo": "x86_64-linux", - "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", "type": "github" }, "original": { "owner": "nix-systems", - "repo": "x86_64-linux", + "repo": "default", "type": "github" } }, diff --git a/flake.nix b/flake.nix index f439850..b9b7ff6 100644 --- a/flake.nix +++ b/flake.nix @@ -61,9 +61,9 @@ }; flake-compat.url = "github:edolstra/flake-compat"; flake-parts.url = "github:hercules-ci/flake-parts"; - # systems.url = "github:nix-systems/default"; - # systems.url = "github:nix-systems/default-linux"; - systems.url = "github:nix-systems/x86_64-linux"; + systems.url = "github:nix-systems/default"; + #systems.url = "github:nix-systems/default-linux"; + #systems.url = "github:nix-systems/x86_64-linux"; treefmt-nix.url = "github:numtide/treefmt-nix"; }; @@ -77,10 +77,7 @@ home-manager, ... } @ inputs: let - inherit (utils.lib) mkApp; mods = import ./modules {inherit utils;}; - #_nixosConfigurations = import ./hosts {inherit inputs utils mods self;}; - overlay = import ./overlays {inherit inputs;}; mkLinuxSystem = mod: nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;};