summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index f846d86..fc99c4d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -57,9 +57,9 @@
./modules/services.nix
./modules/sway.nix
- # 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;
+ # # 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;
];
};
};