Skip to content

Commit

Permalink
use upstream flake-module
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Aug 2, 2023
1 parent 4e6b06a commit 6857f9e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 113 deletions.
17 changes: 17 additions & 0 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@
crane.url = "github:ipetkov/crane";
crane.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";

leptos-fullstack.url = "github:srid/leptos-fullstack";
leptos-fullstack.flake = false;
};

outputs = inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
systems = import inputs.systems;
imports = [
inputs.treefmt-nix.flakeModule
./nix/flake-module.nix
(inputs.leptos-fullstack + /nix/flake-module.nix)
];
perSystem = { config, self', pkgs, lib, system, ... }: {
_module.args.pkgs = import inputs.nixpkgs {
Expand Down
112 changes: 0 additions & 112 deletions nix/flake-module.nix

This file was deleted.

0 comments on commit 6857f9e

Please sign in to comment.