forked from pub-solar/os
flake: update invoiceplane-template, remove nixos-flake
This commit is contained in:
parent
0b8df81e6a
commit
151045ca8a
24
flake.lock
24
flake.lock
|
@ -207,11 +207,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1720174790,
|
||||
"narHash": "sha256-Nl6/5AzCg6yoU7OlJrOz8h4w2ENXZyj3AuCFXKxZ/W0=",
|
||||
"lastModified": 1728309617,
|
||||
"narHash": "sha256-qEvJZivt+uaKDt53S4W0NGG2VgPwbSDeoMXRnoW+iJ4=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "db4fccbd58cb1411482cdd4ab275daccfe9c870b",
|
||||
"revCount": 30,
|
||||
"rev": "27d180c69aaad9366f5f7e731a3205d3e96c37f2",
|
||||
"revCount": 37,
|
||||
"type": "git",
|
||||
"url": "https://git.pub.solar/teutat3s/invoiceplane-templates.git"
|
||||
},
|
||||
|
@ -316,21 +316,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-flake": {
|
||||
"locked": {
|
||||
"lastModified": 1728228560,
|
||||
"narHash": "sha256-/KCbXGone2PbRSY2qtzLQsPNmryofBVDVS7sIqpKoS4=",
|
||||
"owner": "srid",
|
||||
"repo": "nixos-flake",
|
||||
"rev": "bf66125e692fbed6aa3abeaf386677b64d080a6b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "srid",
|
||||
"repo": "nixos-flake",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1728056216,
|
||||
|
@ -386,7 +371,6 @@
|
|||
"nix-darwin": "nix-darwin",
|
||||
"nix-direnv": "nix-direnv",
|
||||
"nixos-22-05": "nixos-22-05",
|
||||
"nixos-flake": "nixos-flake",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"triton-vmtools": "triton-vmtools",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
nixos-flake.url = "github:srid/nixos-flake";
|
||||
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -68,7 +67,6 @@
|
|||
];
|
||||
|
||||
imports = [
|
||||
inputs.nixos-flake.flakeModule
|
||||
./lib
|
||||
./modules
|
||||
./hosts
|
||||
|
|
Loading…
Reference in a new issue