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": { "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"
} }

View file

@ -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";
}; };