all: add refs to inputs
This commit is contained in:
parent
2623f5b146
commit
6e62be42ec
2 changed files with 4 additions and 2 deletions
|
@ -37,6 +37,7 @@
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "serokell",
|
"owner": "serokell",
|
||||||
|
"ref": "master",
|
||||||
"repo": "deploy-rs",
|
"repo": "deploy-rs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -182,6 +183,7 @@
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
|
"ref": "main",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
impermanence.url = "github:nix-community/impermanence?ref=master";
|
impermanence.url = "github:nix-community/impermanence?ref=master";
|
||||||
lanzaboote.url = "github:nix-community/lanzaboote?ref=master";
|
lanzaboote.url = "github:nix-community/lanzaboote?ref=master";
|
||||||
sops-nix.url = "github:Mic92/sops-nix?ref=master";
|
sops-nix.url = "github:Mic92/sops-nix?ref=master";
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
deploy-rs.url = "github:serokell/deploy-rs?ref=master";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils?ref=main";
|
||||||
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay?ref=master";
|
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay?ref=master";
|
||||||
varnam-nix.url = "github:adtya/varnam-nix?ref=main";
|
varnam-nix.url = "github:adtya/varnam-nix?ref=main";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue