This website works better with JavaScript.
Explore
Help
Register
Sign In
banananetwork
/
server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2fdd6cdf00
main
secrix-issue25
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2fdd6cdf00'
${ noResults }
server
/
nix
/
nixos-modules
/
assertions
/
default.nix
9 lines
88 B
Nix
Raw
Normal View
History
Unescape
Escape
nixosMod: extract nixos extends into assertions
2 months ago
{
imports
=
[
# files
nixosMod: add fileSystem assertion about "discard" option
2 months ago
./fileSystems.nix
nixosMod/asserts: add mdns avahi & resolved clash check
2 months ago
./mdns.nix
nixosMod: extract nixos extends into assertions
2 months ago
./nixos.nix
]
;
}