all: add refs to inputs

This commit is contained in:
Adithya 2024-06-30 23:45:47 +05:30
parent 2623f5b146
commit 6e62be42ec
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 4 additions and 2 deletions

View file

@ -37,6 +37,7 @@
},
"original": {
"owner": "serokell",
"ref": "master",
"repo": "deploy-rs",
"type": "github"
}
@ -182,6 +183,7 @@
},
"original": {
"owner": "numtide",
"ref": "main",
"repo": "flake-utils",
"type": "github"
}

View file

@ -25,8 +25,8 @@
impermanence.url = "github:nix-community/impermanence?ref=master";
lanzaboote.url = "github:nix-community/lanzaboote?ref=master";
sops-nix.url = "github:Mic92/sops-nix?ref=master";
deploy-rs.url = "github:serokell/deploy-rs";
flake-utils.url = "github:numtide/flake-utils";
deploy-rs.url = "github:serokell/deploy-rs?ref=master";
flake-utils.url = "github:numtide/flake-utils?ref=main";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay?ref=master";
varnam-nix.url = "github:adtya/varnam-nix?ref=main";
};