...
This commit is contained in:
@@ -55,10 +55,10 @@
|
|||||||
|
|
||||||
outputs = { self, nixpkgs, ... }@inputs:
|
outputs = { self, nixpkgs, ... }@inputs:
|
||||||
let
|
let
|
||||||
confDir = "/home/me/work/config";
|
confDir = "~/work/config";
|
||||||
workDir = "/home/me/work";
|
workDir = "~/work";
|
||||||
secretsDir = "/home/me/.mysecrets";
|
secretsDir = "~/.mysecrets";
|
||||||
persistentDir = "/home/me/work/app-data";
|
persistentDir = "~/work/app-data";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs confDir workDir secretsDir persistentDir self;
|
inherit inputs confDir workDir secretsDir persistentDir self;
|
||||||
pkgs = import nixpkgs { system = "x86_64-linux"; config = {
|
pkgs = import nixpkgs { system = "x86_64-linux"; config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user