deadass this time ^

This commit is contained in:
2025-10-13 21:54:43 -05:00
parent 3fa91f0670
commit 6682df4338
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
@@ -19,7 +19,7 @@
};
nvf = {
url = "github:NotAShelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs: