diff --git a/flake.lock b/flake.lock index 27dc7d4..748fb64 100644 --- a/flake.lock +++ b/flake.lock @@ -140,28 +140,6 @@ "type": "github" } }, - "home-manager_2": { - "inputs": { - "nixpkgs": [ - "mir-home", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1706981411, - "narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "652fda4ca6dafeb090943422c34ae9145787af37", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "release-23.11", - "repo": "home-manager", - "type": "github" - } - }, "lix": { "flake": false, "locked": { @@ -204,26 +182,6 @@ "url": "https://git.lix.systems/lix-project/nixos-module" } }, - "mir-home": { - "inputs": { - "home-manager": "home-manager_2", - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1711226465, - "narHash": "sha256-vIpr+9Zkv0VCVtABfkwXcWN6m99kRkvdLKJPpOQ5Ivk=", - "ref": "main", - "rev": "757921a3844424623791230d4c07e1ebbc63221c", - "revCount": 3, - "type": "git", - "url": "https://git.marq42.xyz/mir/home" - }, - "original": { - "ref": "main", - "type": "git", - "url": "https://git.marq42.xyz/mir/home" - } - }, "nixpkgs": { "locked": { "lastModified": 1701282334, @@ -256,22 +214,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1701282334, - "narHash": "sha256-MxCVrXY6v4QmfTwIysjjaX0XUhqBbxTWWB4HXtDYsdk=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "057f9aecfb71c4437d2b27d3323df7f93c010b7e", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "23.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "locked": { "lastModified": 1714340308, @@ -296,8 +238,7 @@ "home-manager-unstable": "home-manager-unstable", "lix": "lix", "lix-module": "lix-module", - "mir-home": "mir-home", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", "nur": "nur" } diff --git a/flake.nix b/flake.nix index adfa5ed..e45bade 100644 --- a/flake.nix +++ b/flake.nix @@ -26,9 +26,6 @@ url = "github:nix-community/home-manager"; #/release-23.11"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; - mir-home = { - url = "git+https://git.marq42.xyz/mir/home?ref=main"; - }; emacs-config = { url = "git+https://git.marq42.xyz/mir/emacs?ref=main"; flake = false;