summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-31 00:04:32 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-31 00:04:32 +0200
commit9a88a88fa98197be43817bd3db23b043e25b91ca (patch)
tree0f9e60fc7ff6324e05c0f65b6d3695437082a55d
parentd19407f7184f3e8b7c4ee405ed2640216c713929 (diff)
-rw-r--r--flake.nix17
1 files changed, 1 insertions, 16 deletions
diff --git a/flake.nix b/flake.nix
index 993e60d..47bb6a7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,24 +11,9 @@
hyprland.url = "github:hyprwm/Hyprland";
};
- outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: {
- # outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: let
-
- # defFlakeSystem = baseCfg: nixpkgs.lib.nixosSystem {
- # # defFlakeSystem = nixpkgs.lib.nixosSystem {
- # modules = [({ ... }: {
- # imports = [
- # baseCfg
- # ];
- # # Let 'nixos-version --json' know the Git revision of this flake.
- # system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
- # nix.registry.nixpkgs.flake = nixpkgs;
- # })];
- # };
- # in {
+ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: {
nixosConfigurations = {
- # zenbook = defFlakeSystem {
zenbook = nixpkgs.lib.nixosSystem {
modules = [
./machines/zenbook/configuration.nix