forked from potsda.mn/mobilizon
build latest main with nix
This commit is contained in:
parent
d27bd79178
commit
3a8c1074c0
12
flake.lock
12
flake.lock
|
@ -2,16 +2,16 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1691006197,
|
||||
"narHash": "sha256-DbtxVWPt+ZP5W0Usg7jAyTomIM//c3Jtfa59Ht7AV8s=",
|
||||
"owner": "NixOS",
|
||||
"lastModified": 1691080431,
|
||||
"narHash": "sha256-UiNlqQ0t9g7T/P/P8vWV/LZXxF/Mm5kV1e8WqncoWE4=",
|
||||
"owner": "erictapen",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "66aedfd010204949cb225cf749be08cb13ce1813",
|
||||
"rev": "1b8435e4c7386212d892e057620c8c167ae17adc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"owner": "erictapen",
|
||||
"ref": "mobilizon-3",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "Mobilizon fork for potsda.mn";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs.nixpkgs.url = "github:erictapen/nixpkgs/mobilizon-3";
|
||||
|
||||
outputs = { self, nixpkgs }: let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, applyPatches, yarn, mkYarnPackage, imagemagick}:
|
||||
{ lib, yarn, mkYarnPackage, imagemagick}:
|
||||
|
||||
mkYarnPackage rec {
|
||||
src = ./.;
|
||||
|
|
Loading…
Reference in a new issue