Can't have 'let' at the beginning of a flake
This commit is contained in:
parent
801d5a4cfc
commit
3f11b47fff
@ -1,9 +1,8 @@
|
||||
let target-version = "21.05";
|
||||
|
||||
in {
|
||||
{
|
||||
description = "Fudo Host Configuration";
|
||||
|
||||
inputs = {
|
||||
inputs = let target-version = "21.05";
|
||||
in {
|
||||
nixpkgs.url = "nixpkgs/nixos-${target-version}";
|
||||
home-manager.url =
|
||||
"github:nix-community/home-manager/release-${target-version}";
|
||||
|
Loading…
Reference in New Issue
Block a user