smallest change
This commit is contained in:
parent
4cca1dc327
commit
9c83ba6849
77 changed files with 36828 additions and 1516 deletions
|
|
@ -18,4 +18,10 @@ with lib; rec {
|
|||
enabled = {enable = true;};
|
||||
|
||||
disabled = {enable = false;};
|
||||
|
||||
nixos-stable = import inputs.nixos-stable {
|
||||
system = "x86_64-linux";
|
||||
config = {};
|
||||
overlays = [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue