From d9e2311f3cfe4411e9cd6f50c26ee2d402547583 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Fri, 10 Nov 2023 07:08:20 +0400 Subject: [PATCH] system.configurationRevision = self.rev; --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 497c230..db04310 100644 --- a/flake.nix +++ b/flake.nix @@ -38,8 +38,7 @@ # for running "nix search nixpkgs", etc nix.registry.nixpkgs.flake = nixpkgs; # embed commit sha1; dirty builds are intentionally forbidden - system.configurationRevision = top-level-flake.rev; # FIXME - # system.configurationRevision = self.rev; + system.configurationRevision = self.rev; } ]; inherit system;