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";
|
description = "notohh.dev flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
url = "github:nixos/nixpkgs/nixos-unstable";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
outputs = {nixpkgs, ...}: let
|
outputs = {nixpkgs, ...}: let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
Loading…
Reference in a new issue