Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-01 | Manually require dependencies for <nixpkgs>, <briefcase> | William Carroll | 1 | -2/+8 | |
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 | Nest configuration beneath socrates directory | William Carroll | 3 | -0/+192 | |
Create a socrates directory to store configuration for socrates. |