diff options
author | Ben Sima <ben@bsima.me> | 2020-05-02 15:39:07 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-05-02 15:39:07 -0700 |
commit | b8c33100286ab307f46d3dfe7adf44008cc59d3e (patch) | |
tree | 95a822b141fd2e08c03a8eb90dc72121c22ad0a4 /Que | |
parent | 93718f88d65d1fc4322fbd42804dfabc9128e4cd (diff) |
Auto-overlay niv sources
This is somewhat experimental, the idea is automatically set the sources
from my niv pinned deps. It seems to work, so I'll keep at it and see if
I can improve it as issues come up.
Diffstat (limited to 'Que')
-rw-r--r-- | Que/Prod.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Que/Prod.nix b/Que/Prod.nix index 138f582..23c6f0a 100644 --- a/Que/Prod.nix +++ b/Que/Prod.nix @@ -1,6 +1,5 @@ { config, pkgs, lib, ... }: { - imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ]; boot.loader.grub.device = "/dev/vda"; fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; swapDevices = [ |