system.configurationRevision = self.rev;

pull/55/head
Alexander Tomokhov 2023-11-10 07:08:20 +04:00
parent 6c849e2628
commit d9e2311f3c
1 changed files with 1 additions and 2 deletions

View File

@ -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;