Compare commits
	
		
			4 Commits
		
	
	
		
			revert-26-
			...
			install_ur
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | afb82faed7 | ||
|  | ebed63b0a2 | ||
|  | 5c21a08208 | ||
|  | 9affe1ce81 | 
| @@ -17,8 +17,8 @@ jobs: | |||||||
|   tests: |   tests: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v1 |     - uses: actions/checkout@v2 | ||||||
|     - uses: cachix/install-nix-action@v6 |     - uses: cachix/install-nix-action@v7 | ||||||
|     - run: nix-build |     - run: nix-build | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,6 +1,9 @@ | |||||||
| name: 'Install Nix' | name: 'Install Nix' | ||||||
| description: 'Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.' | description: 'Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.' | ||||||
| author: 'Domen Kožar' | author: 'Domen Kožar' | ||||||
|  | inputs: | ||||||
|  |   install_url: | ||||||
|  |     description: 'Installation URL that will contain a script to install Nix' | ||||||
| branding: | branding: | ||||||
|   color: 'blue' |   color: 'blue' | ||||||
|   icon: 'sun' |   icon: 'sun' | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ nixConf | |||||||
| # Needed due to multi-user being too defensive | # Needed due to multi-user being too defensive | ||||||
| export ALLOW_PREEXISTING_INSTALLATION=1 | export ALLOW_PREEXISTING_INSTALLATION=1 | ||||||
|  |  | ||||||
| sh <(curl https://nixos.org/nix/install) --daemon | sh <(curl -L ${INPUT_INSTALL_URL:-https://nixos.org/nix/install}) --daemon | ||||||
|  |  | ||||||
| # write nix.conf again as installation overwrites it | # write nix.conf again as installation overwrites it | ||||||
| nixConf | nixConf | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user