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";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs = { ... }@inputs: {
inputs = { };
outputs = { ... }: {
homeManagerModule = import ./module.nix;
};
}