Make device conf search relative to the current project #2

Merged
theotheroracle merged 2 commits from fix-device-conf-paths into main 2023-03-29 23:16:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1ad2de6882 - Show all commits

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