wip
This commit is contained in:
parent
2dcf9e12a7
commit
9b8bb5e88d
10 changed files with 41 additions and 43 deletions
|
@ -1,9 +1,9 @@
|
|||
{ stdenv }:
|
||||
{ pkgs, stdenv, lib }:
|
||||
|
||||
(import
|
||||
(builtins.fetchGit {
|
||||
(pkgs.fetchgit {
|
||||
url = "https://git.dadada.li/dadada/scripts.git";
|
||||
ref = "main";
|
||||
rev = "3393073cd3511d43f622972b891a20ba069fa052";
|
||||
sha256 = "0pspybphfqmccl9w97dr89g47dbxk8ly05x8x7c313a5i3pzd5lm";
|
||||
rev = "e1a887a658da130c2a513d4c770d5026565c4e69";
|
||||
})
|
||||
{ inherit stdenv; })
|
||||
{ stdenv = stdenv; lib = lib; })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue