Refactor inputs

This commit is contained in:
2024-11-21 12:49:06 +01:00
parent 8b04a55af0
commit 9c9f9b5d14
2 changed files with 12 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
dream2nix.url = "github:nix-community/dream2nix";
nixpkgs.follows = "dream2nix/nixpkgs";
dream2nix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {