Remove rec from flake inputs.
This commit is contained in:
parent
bce44baac1
commit
5a4586c191
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
description = "NixOS Configuration";
|
||||
inputs = rec {
|
||||
inputs = {
|
||||
nixpkgs-git.url = "github:/NixOS/nixpkgs";
|
||||
nixpkgs-stable.url = "github:/NixOS/nixpkgs/nixos-22.11";
|
||||
nixpkgs-unstable.url = "github:/NixOS/nixpkgs/nixos-unstable";
|
||||
|
|
Loading…
Reference in a new issue