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