diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 23:50:10 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 23:50:10 +0200 |
| commit | 17eb8aba1207895d281886731c047ff316816ea9 (patch) | |
| tree | 6b322d52ec796aefdbed7c3b434f7c110a980b4e /flake.nix | |
| parent | e5303bd4fd1b678bc5c4c68b825ba8979c18a618 (diff) | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; ]; }; }; |
