From 03d3a9993b6295ede497255ba6ca45ff8c99467c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 31 Aug 2023 01:35:51 +0200 Subject: --- flake.nix | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a95d7c3..98bd858 100644 --- a/flake.nix +++ b/flake.nix @@ -13,23 +13,24 @@ # hyprland.url = "github:hyprwm/Hyprland"; }; - # outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { - outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, ... }: let - system = "x86_64-linux"; - pkgs = import nixpkgs { - inherit system; - config.allowUnfree = true; - }; - pkgsUnstable = import nixpkgs-unstable { - inherit system; - config.allowUnfree = true; - }; + outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { + outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, ... }: { + # outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, ... }: let + # system = "x86_64-linux"; + # pkgs = import nixpkgs { + # inherit system; + # config.allowUnfree = true; + # }; + # pkgsUnstable = import nixpkgs-unstable { + # inherit system; + # config.allowUnfree = true; + # }; - in { + # in { nixosConfigurations = { nixos-zenbook = nixpkgs.lib.nixosSystem { - inherit system; + # inherit system; modules = [ ./machines/zenbook/configuration.nix -- cgit v1.2.3