Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwitt committed Feb 29, 2024
1 parent acbc638 commit 8da900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ inputs }: final: prev:
let
inherit (final) lib;
inherit (lib) assertMsg versionOlder;

assertNotStale = overrideVersion: currentVersion:
let inherit (lib) assertMsg versionOlder; in
assertMsg
(! versionOlder overrideVersion currentVersion)
"Stale override. Update override version if it still applies.";
Expand Down

0 comments on commit 8da900c

Please sign in to comment.