Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 51bc2f9

Browse files
chore: update nixpkgs
1 parent 1c2c0e3 commit 51bc2f9

File tree

4 files changed

+11
-97
lines changed

4 files changed

+11
-97
lines changed

flake.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "The easy to use mobile and desktop operating system from Midstall Software";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "github:NixOS/nixpkgs";
66
nixos-hardware.url = "github:NixOS/nixos-hardware";
77
nixos-mobile = {
88
url = "github:RossComputerGuy/mobile-nixos/fix/impure";

pkgs/development/compilers/flutter/default.nix

Lines changed: 0 additions & 78 deletions
This file was deleted.

pkgs/overlay.nix

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
final: prev:
1+
pkgs: prev: with pkgs;
22
rec {
3-
flutterPackages = prev.recurseIntoAttrs (prev.callPackage ./development/compilers/flutter {});
4-
flutter = flutterPackages.stable;
5-
flutter322 = flutterPackages.v3_22;
6-
flutter319 = flutterPackages.v3_19;
7-
flutter316 = flutterPackages.v3_16;
8-
flutter313 = flutterPackages.v3_13;
3+
flutterPackages = flutterPackages-source;
94

10-
expidus = prev.expidus.override {
11-
inherit (final.buildPackages) flutterPackages;
12-
} // (final.callPackages ./expidus {
13-
inherit (final.buildPackages) flutter;
5+
expidus = prev.expidus // (callPackages ./expidus {
6+
inherit flutter;
147
});
158
}

0 commit comments

Comments
 (0)