This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2025-02-16 17:02:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
nix
/
tests
/
functional
/
lang
/
eval-fail-assert-nested-bool.nix
4 lines
95 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
Format .nix files ... with nixfmt (rfc style)
2025-01-24 12:37:47 +00:00
assert
{
a
.
b
=
[
{
c
.
d
=
true
;
}
]
;
}
==
{
a
.
b
=
[
{
c
.
d
=
false
;
}
]
;
}
;
assert: Report why values aren't equal
2024-07-05 14:43:48 +00:00
Format .nix files ... with nixfmt (rfc style)
2025-01-24 12:37:47 +00:00
abort
"
u
n
r
e
a
c
h
a
b
l
e
"
Reference in New Issue
Copy Permalink