From 6e62be42ec150d0f9e43d06361e68a5dee15db4e Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 30 Jun 2024 23:45:47 +0530 Subject: [PATCH] all: add refs to inputs --- flake.lock | 2 ++ flake.nix | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index fab5224..daeea5f 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index e958f7d..ad64165 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };