Skip to content

Commit 606314d

Browse files
Ifstate is now upstream, so we don't need it here (#74)
1 parent 4496f37 commit 606314d

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

flake.lock

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@
5050
url = "github:nix-community/home-manager";
5151
inputs.nixpkgs.follows = "nixpkgs";
5252
};
53-
ifstate = {
54-
url = "git+https://codeberg.org/m4rc3l/ifstate.nix";
55-
inputs = {
56-
nixpkgs.follows = "nixpkgs";
57-
flake-utils.follows = "flake-utils";
58-
};
59-
};
6053
impermanence = {
6154
url = "github:nix-community/impermanence";
6255
};
@@ -147,7 +140,7 @@
147140
};
148141
};
149142

150-
outputs = { agenix, authentik-nix, bird-nix, disko, dn42-nix, flake-utils, home-manager, ifstate, impermanence, lanzaboote, microvm, nix-darwin, nixos-apple-silicon, nixos-hardware, nixos-modules, nixos-wsl, nixpkgs, nixvim, search, simple-nixos-mailserver, sops-nix, tsnsrv, ... }:
143+
outputs = { agenix, authentik-nix, bird-nix, disko, dn42-nix, flake-utils, home-manager, impermanence, lanzaboote, microvm, nix-darwin, nixos-apple-silicon, nixos-hardware, nixos-modules, nixos-wsl, nixpkgs, nixvim, search, simple-nixos-mailserver, sops-nix, tsnsrv, ... }:
151144
flake-utils.lib.eachDefaultSystem
152145
(system:
153146
let
@@ -209,12 +202,6 @@
209202
name = "Home Manager";
210203
urlPrefix = "https://github.com/nix-community/home-manager/tree/master/";
211204
}
212-
# ifstate.nix
213-
{
214-
modules = [ ifstate.nixosModules.default ];
215-
name = "IfState.nix";
216-
urlPrefix = "https://codeberg.org/m4rc3l/ifstate.nix/src/branch/main/";
217-
}
218205
# impermanence
219206
{
220207
modules = [ impermanence.nixosModules.default ];

0 commit comments

Comments
 (0)