Browse Source

Push NIXPATH

main
Dustin Frisch 11 months ago
parent
commit
201ee61309
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 9
      shared/default.nix

9
shared/default.nix

@ -1,4 +1,4 @@
{ pkgs, config, modulesPath, machine, ... }:
{ pkgs, config, inputs, modulesPath, machine, ... }:
{
imports = [
@ -40,9 +40,10 @@
iotop
iftop
git
stdenv
gnumake
autoconf
];
nix.nixPath = [
"nixpkgs=${inputs.nixpkgs}"
];
# Performance FTW!

Loading…
Cancel
Save