Refrain from copying the system nix config to user

This commit is contained in:
Fabian Hauser 2024-12-10 16:46:43 +02:00
parent d4c24fb239
commit 3441e1c4e6

View file

@ -14,7 +14,6 @@ runs:
steps:
- name: Setup NIX CI Environment
run: |
mkdir -p ~/.config/nix && cp /etc/nix/nix.conf ~/.config/nix/
nix profile install nixpkgs#git-lfs nixpkgs#gnused
- name: Checkout Repository