remove nixpkgs url
This commit is contained in:
parent
e8c6f48bec
commit
99acd3cec3
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue