untracked vars
This commit is contained in:
parent
5737813aad
commit
6c4eab1e9d
3 changed files with 2 additions and 7 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
vars/*
|
|
@ -35,7 +35,7 @@
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
];
|
];
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
configVars = import ./vars { inherit inputs lib; };
|
configVars = import /home/willifan/.nix-config/vars { inherit inputs lib; };
|
||||||
specialArgs = { inherit inputs outputs configVars nixpkgs; };
|
specialArgs = { inherit inputs outputs configVars nixpkgs; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
username = "willifan";
|
|
||||||
hostname = "Puenktchen";
|
|
||||||
email = "willifan@proton.me";
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue