Compare commits

...

2 Commits

Author SHA1 Message Date
e103ca290f
Update url for base16-rofi input 2021-04-22 23:53:19 -07:00
770a2d007e
Default support for ca-references 2021-04-21 04:25:38 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
extraOptions = '' extraOptions = ''
builders-use-substitutes = true builders-use-substitutes = true
experimental-features = nix-command flakes experimental-features = nix-command flakes ca-references
keep-outputs = true keep-outputs = true
keep-derivations = true keep-derivations = true
''; '';

View File

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
base16-rofi = { base16-rofi = {
url = "git+ssh://git@gitlab.com/0xdec/base16-rofi.git"; url = "github:0xdec/base16-rofi";
flake = false; flake = false;
}; };
base16-kitty = { base16-kitty = {