tvl-depot/nixos/socrates
William Carroll 6eb239dcce Manually require dependencies for <nixpkgs>, <briefcase>
When I build socrates using `sudo nixos-rebuild [...] switch`, my
`nixos-config` (i.e. <briefcase/nixos/socrates/default.nix>) is a simple Nix
anonymous function. Typically readTree populates my pkgs, briefcase, depot
function parameters with <nixpkgs>, <briefcase>, <depot>, but `nixos-rebuild` is
unaware of `readTree`.

For now I'm manually importing these dependencies, and I'm leaving a TODO to
reconsider switching to the `{ pkgs, briefcase, ... }` style when I better
understand NixOS.
2020-03-01 22:44:35 +00:00
..
default.nix Manually require dependencies for <nixpkgs>, <briefcase> 2020-03-01 22:44:35 +00:00
hardware.nix Nest configuration beneath socrates directory 2020-03-01 22:32:24 +00:00
rebuild.nix Nest configuration beneath socrates directory 2020-03-01 22:32:24 +00:00