From 27756d68206c398be42e5037082379060755b85f Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 29 Aug 2022 16:59:14 +0200 Subject: Inputs: Remove disko --- flake.lock | 37 +------------------------------------ flake.nix | 2 -- 2 files changed, 1 insertion(+), 38 deletions(-) diff --git a/flake.lock b/flake.lock index 4570e60..2b61d65 100644 --- a/flake.lock +++ b/flake.lock @@ -1,23 +1,5 @@ { "nodes": { - "disko": { - "inputs": { - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1661522368, - "narHash": "sha256-ln6u8zxzWO+nmzaI7ZarRXHtwOF+u6LMwRC9goN+ruQ=", - "owner": "nix-community", - "repo": "disko", - "rev": "adf901d58155ca268d15351fff164d3ef38a0890", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "disko", - "type": "github" - } - }, "hardware": { "locked": { "lastModified": 1660407119, @@ -86,22 +68,6 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1660646295, - "narHash": "sha256-V4G+egGRc3elXPTr7QLJ7r7yrYed0areIKDiIAlMLC8=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "762b003329510ea855b4097a37511eb19c7077f0", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { "locked": { "lastModified": 1661450036, "narHash": "sha256-0/9UyJLtfWqF4uvOrjFIzk8ue1YYUHa6JIhV0mALkH0=", @@ -134,12 +100,11 @@ }, "root": { "inputs": { - "disko": "disko", "hardware": "hardware", "home-manager": "home-manager", "impermanence": "impermanence", "nix-index": "nix-index", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nur": "nur", "wallpapers": "wallpapers" } diff --git a/flake.nix b/flake.nix index f997fa2..ad1ead9 100644 --- a/flake.nix +++ b/flake.nix @@ -13,8 +13,6 @@ impermanence.url = "github:nix-community/impermanence"; - disko.url = "github:nix-community/disko"; - nur.url = "github:nix-community/NUR"; nix-index.url = "github:Mic92/nix-index-database"; -- cgit 1.4.1