remove nixpkgs url

main
Zynh Ludwig 2024-08-01 01:50:11 -07:00
parent e8c6f48bec
commit 99acd3cec3
1 changed files with 2 additions and 5 deletions

View File

@ -1,11 +1,8 @@
{ {
description = "A very basic flake"; description = "A very basic flake";
inputs = { inputs = { };
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; outputs = { ... }: {
};
outputs = { ... }@inputs: {
homeManagerModule = import ./module.nix; homeManagerModule = import ./module.nix;
}; };
} }