forked from lix-project/lix-installer
v0.2.1-unreleased (#232)
This commit is contained in:
parent
95852f295e
commit
3d1b9f2644
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "nix-installer"
|
||||
description = "A `nix` installer"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1-unreleased"
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
license = "LGPL-2.1"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
};
|
||||
sharedAttrs = {
|
||||
pname = "nix-installer";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1-unreleased";
|
||||
src = builtins.path {
|
||||
name = "nix-installer-source";
|
||||
path = self;
|
||||
|
|
2
tests/fixtures/darwin/darwin-multi.json
vendored
2
tests/fixtures/darwin/darwin-multi.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1-unreleased",
|
||||
"actions": [
|
||||
{
|
||||
"action": {
|
||||
|
|
2
tests/fixtures/linux/linux-multi.json
vendored
2
tests/fixtures/linux/linux-multi.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1-unreleased",
|
||||
"actions": [
|
||||
{
|
||||
"action": {
|
||||
|
|
2
tests/fixtures/linux/steam-deck.json
vendored
2
tests/fixtures/linux/steam-deck.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1-unreleased",
|
||||
"actions": [
|
||||
{
|
||||
"action": {
|
||||
|
|
Loading…
Reference in a new issue