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"
|
||||
},
|
||||
"locked": {
|
||||
"narHash": "sha256-UV3bsGWywqN6sDKyK0DetIEgCSMHhsBACLJNXclxj94=",
|
||||
"path": "/etc/nixos/qois-infrastructure",
|
||||
"type": "path"
|
||||
"lastModified": 1649702020,
|
||||
"narHash": "sha256-wUFuh5CKX7fzTvcHZKF7EOaN5eWG/yOql/e+aG8LM7I=",
|
||||
"ref": "master",
|
||||
"rev": "f7e0a51e165a6f2cd35e9edd001db504ea6fe5f7",
|
||||
"revCount": 216,
|
||||
"type": "git",
|
||||
"url": "file:///etc/nixos/qois-infrastructure"
|
||||
},
|
||||
"original": {
|
||||
"path": "/etc/nixos/qois-infrastructure",
|
||||
"type": "path"
|
||||
"type": "git",
|
||||
"url": "file:///etc/nixos/qois-infrastructure"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
@ -153,13 +157,17 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"narHash": "sha256-PkbfwcRwiMkVSQuP9KBruXCmmyzuJ7/jIxmr3/rE3Ts=",
|
||||
"path": "/etc/nixos/defaults/threema",
|
||||
"type": "path"
|
||||
"lastModified": 1649761393,
|
||||
"narHash": "sha256-tqHVp5iIZpv5r+oT8N9GYDOdDPxUtD532aJuV4GZeVQ=",
|
||||
"ref": "main",
|
||||
"rev": "ed32144ca2c2ec82fe88fadfebcc98732bc52364",
|
||||
"revCount": 3,
|
||||
"type": "git",
|
||||
"url": "file:///etc/nixos/defaults/threema"
|
||||
},
|
||||
"original": {
|
||||
"path": "/etc/nixos/defaults/threema",
|
||||
"type": "path"
|
||||
"type": "git",
|
||||
"url": "file:///etc/nixos/defaults/threema"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
home-manager.url = "github:nix-community/home-manager/release-21.11";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
qois-infrastructure.url = "path:/etc/nixos/qois-infrastructure";
|
||||
threema.url = "path:/etc/nixos/defaults/threema";
|
||||
qois-infrastructure.url = "git+file:///etc/nixos/qois-infrastructure";
|
||||
threema.url = "git+file:///etc/nixos/defaults/threema";
|
||||
threema.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
fabianhauser-etaxes-sg.url = "github:fabianhauser/etaxes-sg-nix";
|
||||
fabianhauser-etaxes-sg.inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
|
|
Loading…
Add table
Reference in a new issue