mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake: update unused override
This commit is contained in:
parent
87c3677396
commit
9c575dd93d
1 changed files with 2 additions and 5 deletions
|
@ -5,10 +5,7 @@
|
|||
nixpkgs.url = "nixpkgs/nixos-22.05";
|
||||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
pre-commit-hooks-nix = {
|
||||
url = "github:cachix/pre-commit-hooks.nix";
|
||||
|
@ -36,7 +33,7 @@
|
|||
};
|
||||
|
||||
outputs = inputs@{ self, flake-parts, deploy-rs, ... }:
|
||||
flake-parts.lib.mkFlake { inherit self; } {
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
|
||||
imports = [
|
||||
./machines/configurations.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue