aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-03 15:05:47 -0300
committerEuAndreh <eu@euandre.org>2020-11-03 15:25:58 -0300
commit4556ab321a2c232453d99e58a336e17221c5d1dd (patch)
tree838162980775f4626ed9c68c011f655c8daed178
parentdefault.nix: Init packaging mdpo (diff)
downloadeuandre.org-4556ab321a2c232453d99e58a336e17221c5d1dd.tar.gz
euandre.org-4556ab321a2c232453d99e58a336e17221c5d1dd.tar.xz
Move other Nix files to nix/
-rw-r--r--_config.yml11
-rw-r--r--default.nix4
-rw-r--r--nix/gemset.nix (renamed from gemset.nix)0
-rw-r--r--nix/utils-i18n.nix (renamed from utils-i18n.nix)0
4 files changed, 6 insertions, 9 deletions
diff --git a/_config.yml b/_config.yml
index 01fccb9..b5fb265 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,20 +19,17 @@ kramdown:
exclude:
- Gemfile
- Gemfile.lock
- - gemset.nix
- README
- TODOs.org
- LICENSE
- default.nix
- - utils.nix
- shell.nix
- - spelling/
+ - nix/
- scripts/
- - result
+ - result*
- templates/
- - drafts/
- - description
- - result
+ - metadata.json
+ - tests.sh
- images/graphviz/
collections:
diff --git a/default.nix b/default.nix
index c601e0d..4f992aa 100644
--- a/default.nix
+++ b/default.nix
@@ -2,14 +2,14 @@ let
niv-sources = import ./nix/sources.nix;
pkgs = import niv-sources.nixpkgs { };
src = pkgs.nix-gitignore.gitignoreSource [ "!.git" ] ./.;
- utils-i18n = pkgs.callPackage ./utils-i18n.nix { };
+ utils-i18n = pkgs.callPackage ./nix/utils-i18n.nix { };
pkgs-next = pkgs.callPackage ./nix/nixpkgs-next.nix { };
jekyllEnv = pkgs.bundlerEnv {
name = "jekyll-env";
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
- gemset = ./gemset.nix;
+ gemset = ./nix/gemset.nix;
};
projectBuildInputs = with pkgs; [
diff --git a/gemset.nix b/nix/gemset.nix
index b13c463..b13c463 100644
--- a/gemset.nix
+++ b/nix/gemset.nix
diff --git a/utils-i18n.nix b/nix/utils-i18n.nix
index 95ae312..95ae312 100644
--- a/utils-i18n.nix
+++ b/nix/utils-i18n.nix