Add threema environment support
This commit is contained in:
parent
a16955dea2
commit
a8c93f5f5c
3 changed files with 21 additions and 13 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit c8a15fae4a6bec1c2a3cbd4065fa3c0f7cf8bdb0
|
Subproject commit ed32144ca2c2ec82fe88fadfebcc98732bc52364
|
28
flake.lock
generated
28
flake.lock
generated
|
@ -126,13 +126,17 @@
|
||||||
"nixpkgs-nixos-unstable": "nixpkgs-nixos-unstable"
|
"nixpkgs-nixos-unstable": "nixpkgs-nixos-unstable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"narHash": "sha256-UV3bsGWywqN6sDKyK0DetIEgCSMHhsBACLJNXclxj94=",
|
"lastModified": 1649702020,
|
||||||
"path": "/etc/nixos/qois-infrastructure",
|
"narHash": "sha256-wUFuh5CKX7fzTvcHZKF7EOaN5eWG/yOql/e+aG8LM7I=",
|
||||||
"type": "path"
|
"ref": "master",
|
||||||
|
"rev": "f7e0a51e165a6f2cd35e9edd001db504ea6fe5f7",
|
||||||
|
"revCount": 216,
|
||||||
|
"type": "git",
|
||||||
|
"url": "file:///etc/nixos/qois-infrastructure"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/etc/nixos/qois-infrastructure",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "file:///etc/nixos/qois-infrastructure"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
@ -153,13 +157,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"narHash": "sha256-PkbfwcRwiMkVSQuP9KBruXCmmyzuJ7/jIxmr3/rE3Ts=",
|
"lastModified": 1649761393,
|
||||||
"path": "/etc/nixos/defaults/threema",
|
"narHash": "sha256-tqHVp5iIZpv5r+oT8N9GYDOdDPxUtD532aJuV4GZeVQ=",
|
||||||
"type": "path"
|
"ref": "main",
|
||||||
|
"rev": "ed32144ca2c2ec82fe88fadfebcc98732bc52364",
|
||||||
|
"revCount": 3,
|
||||||
|
"type": "git",
|
||||||
|
"url": "file:///etc/nixos/defaults/threema"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/etc/nixos/defaults/threema",
|
"type": "git",
|
||||||
"type": "path"
|
"url": "file:///etc/nixos/defaults/threema"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
home-manager.url = "github:nix-community/home-manager/release-21.11";
|
home-manager.url = "github:nix-community/home-manager/release-21.11";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs-stable";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||||
qois-infrastructure.url = "path:/etc/nixos/qois-infrastructure";
|
qois-infrastructure.url = "git+file:///etc/nixos/qois-infrastructure";
|
||||||
threema.url = "path:/etc/nixos/defaults/threema";
|
threema.url = "git+file:///etc/nixos/defaults/threema";
|
||||||
threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
|
threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||||
fabianhauser-etaxes-sg.url = "github:fabianhauser/etaxes-sg-nix";
|
fabianhauser-etaxes-sg.url = "github:fabianhauser/etaxes-sg-nix";
|
||||||
fabianhauser-etaxes-sg.inputs.nixpkgs.follows = "nixpkgs-stable";
|
fabianhauser-etaxes-sg.inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||||
|
|
Loading…
Add table
Reference in a new issue