1
0
Эх сурвалжийг харах

remove boot splash, since it's kind of broked

Johan Rong 2 долоо хоног өмнө
parent
commit
4443f3b9a8

+ 3 - 3
flake.lock

@@ -77,11 +77,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1785599192,
-        "narHash": "sha256-dg4RTtDxnXY13UkJNdhmgTUTl0n/IJBlCigfO7nutZw=",
+        "lastModified": 1785858998,
+        "narHash": "sha256-fKCq5jphd6l/Ms6gc3dptkw/TcKLYub9lQE5g6rbbkc=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "6d65bfc1bcef2ef39a239d38e577e92a89fb0f07",
+        "rev": "04607e1165ac22c5fde6dcc54c9e0b3c0487c555",
         "type": "github"
       },
       "original": {

+ 1 - 1
nixos/flavors/application/workstation/default.nix

@@ -2,7 +2,7 @@
 
 {
   imports = [
-    ./boot-splash.nix
+    #./boot-splash.nix
     #./inputs.nix
   ];