summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 0 insertions, 11 deletions
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