From 976c37f943a5b7b47a930516e9329aea4fcb30c4 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sun, 21 Nov 2021 22:42:21 +0200 Subject: [PATCH] aaaaaaaaaaaaaaaaaaaaaaaaaa --- flake.lock | 34 ---------------------------------- flake.nix | 6 ++++-- 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/flake.lock b/flake.lock index eb0a2a3..c2b9fee 100644 --- a/flake.lock +++ b/flake.lock @@ -1,37 +1,5 @@ { "nodes": { - "easy-dhall-nix": { - "flake": false, - "locked": { - "lastModified": 1626523404, - "narHash": "sha256-FLZcMqO8dKIwKi8/Szqgt3ksr5WegLGFGzCODHEMvb0=", - "owner": "justinwoo", - "repo": "easy-dhall-nix", - "rev": "9bd1bea0dcebe1d1d120c0fd1ba76683dc4a62e3", - "type": "github" - }, - "original": { - "owner": "justinwoo", - "repo": "easy-dhall-nix", - "type": "github" - } - }, - "easy-purescript-nix": { - "flake": false, - "locked": { - "lastModified": 1637309859, - "narHash": "sha256-nYaVqtsz7bgPjIr2crgEP42worQT3iho62t4c+RCWGM=", - "owner": "justinwoo", - "repo": "easy-purescript-nix", - "rev": "82f901ce0a2d86327e2d65993a75c2ea74f229f2", - "type": "github" - }, - "original": { - "owner": "justinwoo", - "repo": "easy-purescript-nix", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -86,8 +54,6 @@ }, "root": { "inputs": { - "easy-dhall-nix": "easy-dhall-nix", - "easy-purescript-nix": "easy-purescript-nix", "home-manager": "home-manager", "nixos-unstable": "nixos-unstable", "nixpkgs": "nixpkgs" diff --git a/flake.nix b/flake.nix index 0295faa..0a6e267 100644 --- a/flake.nix +++ b/flake.nix @@ -17,8 +17,10 @@ # easy-purescript-nix.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, home-manager, nixos-unstable, easy-purescript-nix - , easy-dhall-nix, ... }: { + outputs = { self, nixpkgs, home-manager, nixos-unstable, + # easy-purescript-nix, + # easy-dhall-nix, + ... }: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [