Skip to content

Commit

Permalink
extract common styles that can be used for other websites
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Dec 17, 2020
1 parent 773b0bd commit 67eee0f
Show file tree
Hide file tree
Showing 72 changed files with 69 additions and 66,109 deletions.
56 changes: 45 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Expand Up @@ -11,6 +11,7 @@
inputs.released-nix-stable = { url = "github:nixos/nix/latest-release"; flake = false; };
inputs.nix-pills = { url = "github:NixOS/nix-pills"; flake = false; };
inputs.nix-dev = { url = "github:nix-dot-dev/nix.dev"; };
inputs.nixos-common-styles = { url = "github:NixOS/nixos-common-styles"; };

outputs =
{ self
Expand All @@ -21,6 +22,7 @@
, released-nix-stable
, nix-pills
, nix-dev
, nixos-common-styles
}:
let
system = "x86_64-linux";
Expand Down Expand Up @@ -68,7 +70,7 @@
checks."${system}".build = defaultPackage."${system}";

packages."${system}" = rec {
siteStyles = pkgs.callPackage ./site-styles {};
siteStyles = pkgs.callPackage ./site-styles { inherit nixos-common-styles; };

homepage = pkgs.stdenv.mkDerivation {
name = "nixos-homepage-${self.lastModifiedDate}";
Expand Down
219 changes: 0 additions & 219 deletions site-styles/assets/background-outlines.src.svg

This file was deleted.

0 comments on commit 67eee0f

Please sign in to comment.