move locale.nix to local folder
This commit is contained in:
parent
10522aac59
commit
4c64769322
3 changed files with 1 additions and 3 deletions
2
local/.gitignore
vendored
2
local/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*
|
|
||||||
!.gitignore
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./locale.nix
|
../local/locale.nix
|
||||||
../local/file-systems.nix
|
../local/file-systems.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue