flake.nix: fmt
This commit is contained in:
parent
2d6ac70aa7
commit
4a2b43d6c4
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
|||
description = "notohh.dev flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs = {
|
||||
url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
outputs = {nixpkgs, ...}: let
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Reference in a new issue