fix styling

This commit is contained in:
Bit Borealis 2023-03-29 23:15:41 +00:00
parent 0351d2098d
commit 1ad2de6882
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# welcome to saturnOS config, run nixos-help if you need it .
{ config, pkgs, lib, ... }:
let
PROJECT_ROOT = builtins.toString ./.;
projectRoot = builtins.toString ./.;
unstableTarball = builtins.fetchTarball
"https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
homeManagerTarball = builtins.fetchTarball