From 06f52643745f49c9359b597f09db35df7f47791e Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 30 Aug 2023 23:40:10 +0200 Subject: --- flake.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 71c4bc5..c4771dd 100644 --- a/flake.nix +++ b/flake.nix @@ -13,19 +13,9 @@ # outputs = { self, nixpkgs }: { outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: let - - system = "x86_64-linux"; defFlakeSystem = baseCfg: nixpkgs.lib.nixosSystem { # defFlakeSystem = nixpkgs.lib.nixosSystem { - pkgs = import nixpkgs { - inherit system; - config.allowUnfree = true; - }; - unstable = import nixpkgs-unstable { - inherit system; - config.allowUnfree = true; - }; modules = [({ ... }: { imports = [ baseCfg @@ -47,7 +37,6 @@ nixosConfigurations = { zenbook = defFlakeSystem { - inherit system; modules = [ ./machines/zenbook/configuration.nix -- cgit v1.2.3