Compare commits
2 commits
83a9251835
...
e103ca290f
| Author | SHA1 | Date | |
|---|---|---|---|
| e103ca290f | |||
| 770a2d007e |
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue