mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-09 01:31:12 +00:00
experiment
This commit is contained in:
parent
3508da596a
commit
015529e93f
@ -141,6 +141,15 @@ jobs:
|
||||
- script: |
|
||||
sh <(curl -L https://nixos.org/nix/install)
|
||||
displayName: Install nix
|
||||
- script: |
|
||||
echo testing
|
||||
file /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||
ls /nix/var/nix/profiles/default/etc/profile.d/
|
||||
echo sourcing
|
||||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||
echo building
|
||||
nix-build '<nixpkgs>' -A hello
|
||||
displayName: try nix
|
||||
- checkout: self
|
||||
submodules: false
|
||||
- script: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user