mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
be more explicit with inputs
This commit is contained in:
parent
be18d2f7c7
commit
9430afbe48
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
inputs.stable2009.url = "nixpkgs/nixos-20.09";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs.stable2009.url = "github:NixOS/nixpkgs/nixos-20.09";
|
||||
|
||||
outputs = { self, nixpkgs, stable2009 }: {
|
||||
nixosModule = { ... }: {
|
||||
|
|
Loading…
Reference in a new issue