about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.lock37
-rw-r--r--flake.nix2
2 files changed, 1 insertions, 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,
@@ -87,22 +69,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=",
         "owner": "nixos",
@@ -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";