mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 22:02:50 +00:00
ci + lint
This commit is contained in:
parent
d088a98954
commit
66d9b25682
39 changed files with 395 additions and 225 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{lib, ...}: {
|
||||
{ lib, ... }:
|
||||
{
|
||||
xdg.configFile."gcloud/active_config".text = "default\n";
|
||||
|
||||
xdg.configFile."gcloud/configurations/config_default".text = lib.generators.toINI {} {
|
||||
xdg.configFile."gcloud/configurations/config_default".text = lib.generators.toINI { } {
|
||||
core = {
|
||||
account = "rathiharivansh@gmail.com";
|
||||
project = "hari-gc";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue