make all inputs follow nixpkgs

This commit is contained in:
Leonardo Eugênio 2022-12-23 20:52:34 -03:00
parent 38932c22d4
commit 7b0a9df99a
2 changed files with 8 additions and 18 deletions

View file

@ -42,7 +42,10 @@
agenix.url = "github:ryantm/agenix";
# my stuff
dhist.url = "github:lelgenio/dhist";
dhist = {
url = "github:lelgenio/dhist";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ nixpkgs, nixpkgs-unstable, home-manager, nur, ... }:
let