No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
1 changed files with
5 additions and
4 deletions
-
shared/default.nix
|
@ -1,4 +1,4 @@ |
|
|
{ pkgs, config, modulesPath, machine, ... }: |
|
|
|
|
|
|
|
|
{ pkgs, config, inputs, modulesPath, machine, ... }: |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
imports = [ |
|
|
imports = [ |
|
@ -40,9 +40,10 @@ |
|
|
iotop |
|
|
iotop |
|
|
iftop |
|
|
iftop |
|
|
git |
|
|
git |
|
|
stdenv |
|
|
|
|
|
gnumake |
|
|
|
|
|
autoconf |
|
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
nix.nixPath = [ |
|
|
|
|
|
"nixpkgs=${inputs.nixpkgs}" |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
# Performance FTW! |
|
|
# Performance FTW! |
|
|