fix broken system w default.nix

This commit is contained in:
Noah Masur
2022-01-22 17:38:36 -05:00
parent 7d52ec7286
commit c14702c9ee
3 changed files with 11 additions and 1 deletions

View File

@ -1 +1,5 @@
{ }
# This file does nothing but call configuration.nix
# It is required when in a shell.nix environment
{ ... }: {
imports = [ ./configuration.nix ];
}