mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Remove unused (and broken) file shell.nix
This commit is contained in:
parent
abc49f6cf2
commit
60f4c9fd0e
1 changed files with 0 additions and 14 deletions
14
shell.nix
14
shell.nix
|
|
@ -1,14 +0,0 @@
|
||||||
{ pkgs ? import <nixpkgs> { } }:
|
|
||||||
let
|
|
||||||
meta = import ./meta.nix;
|
|
||||||
src = (import ./helpers.nix).fetchFinancier {
|
|
||||||
inherit (pkgs) fetchgit;
|
|
||||||
inherit meta;
|
|
||||||
};
|
|
||||||
in pkgs.mkShell {
|
|
||||||
shellHook = ''
|
|
||||||
export FINANCIER_SRC="${src}"
|
|
||||||
export FINANCIER_NODE_VERSION="${meta.nodeVersion}"
|
|
||||||
'';
|
|
||||||
buildInputs = with pkgs; [ nodePackages.node2nix ];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue